Enable game y sort which is amazingly easy

This commit is contained in:
James Skemp 2023-12-31 21:13:01 -06:00
parent 8621f31724
commit fba92defdd
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
[ext_resource type="PackedScene" uid="uid://kgt01hip1yu5" path="res://pine_tree.tscn" id="2_wk3w0"]
[node name="Game" type="Node2D"]
y_sort_enabled = true
[node name="ColorRect" type="ColorRect" parent="."]
offset_right = 1920.0

View File

@ -75,6 +75,7 @@ Settings/Show_Tooltips=true
[application]
config/name="Your First 2D Game With Godot 4: START (GDQuest)"
run/main_scene="res://game.tscn"
config/features=PackedStringArray("4.2", "Forward Plus")
config/icon="res://icon.png"