diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-11-19 18:34:26 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-11-19 18:34:46 +0200 |
| commit | d61ad72495dd1514ad1833a31df3f63208160fe6 (patch) | |
| tree | b29424b6e31ab8bd6e995ded42ed3a722677f64f /project.godot | |
| parent | 64ef25975e570a574e2d8889a7f290032acde740 (diff) | |
Add room transitions
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/project.godot b/project.godot index c0341ee..38af158 100644 --- a/project.godot +++ b/project.godot @@ -53,6 +53,12 @@ menu={ ] } +[layer_names] + +2d_physics/layer_1="Solid terrain" +2d_physics/layer_2="Player" +2d_physics/layer_3="Door" + [rendering] textures/canvas_textures/default_texture_filter=0 |
