Skip to content

Commit

Permalink
add debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tyanmahou committed Dec 19, 2024
1 parent b85acc2 commit 99da5bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Re-Abyss/app/debugs/Menu/DebugFlag.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma once
#pragma once

#if ABYSS_DEBUG

Expand All @@ -20,6 +20,7 @@ namespace abyss::Debug::DebugFlag
inline constexpr auto* ActorCollider = U"Actor/Collider";
inline constexpr auto* ActorMapCollider = U"Actor/MapCollider";
inline constexpr auto* ActorTestBehavior = U"Actor/TestBehavior";
inline constexpr auto* ActorInvincible = U"Actor/Invincible";

inline constexpr auto* RenderFog = U"Render/Fog";
inline constexpr auto* RenderLight = U"Render/Light";
Expand Down
1 change: 1 addition & 0 deletions Re-Abyss/build/debugs/menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<Collider label="コライダー" value="false"/>
<MapCollider label="地形コライダー" value="false"/>
<TestBehavior label="テストアクション" value="false"/>
<Invincible label="無敵" value="false"/>
</Actor>
<Render label ="レンダリング設定">
<Fog label="フォグ" value="true"/>
Expand Down

0 comments on commit 99da5bc

Please sign in to comment.