add debug overlay to the main scene
This commit is contained in:
parent
c37b11005f
commit
b0bc1eba32
@ -1,6 +1,7 @@
|
|||||||
[gd_scene load_steps=3 format=2]
|
[gd_scene load_steps=4 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://GameObjects.tscn" type="PackedScene" id=1]
|
[ext_resource path="res://GameObjects.tscn" type="PackedScene" id=1]
|
||||||
|
[ext_resource path="res://scenes/debugger/Debugger.tscn" type="PackedScene" id=2]
|
||||||
[ext_resource path="res://levels/level1.tmx" type="PackedScene" id=17]
|
[ext_resource path="res://levels/level1.tmx" type="PackedScene" id=17]
|
||||||
|
|
||||||
[node name="Main" type="Node"]
|
[node name="Main" type="Node"]
|
||||||
@ -9,3 +10,5 @@
|
|||||||
position = Vector2( 176, 32 )
|
position = Vector2( 176, 32 )
|
||||||
|
|
||||||
[node name="GameObjects" parent="." instance=ExtResource( 1 )]
|
[node name="GameObjects" parent="." instance=ExtResource( 1 )]
|
||||||
|
|
||||||
|
[node name="Debugger" parent="." instance=ExtResource( 2 )]
|
||||||
|
Loading…
Reference in New Issue
Block a user