rename level 1 file
This commit is contained in:
parent
98a3a04e6a
commit
c635f64d3f
@ -4,7 +4,7 @@
|
||||
[ext_resource path="res://levels/level01.tmx" type="PackedScene" id=3]
|
||||
[ext_resource path="res://characters/player/Player.tscn" type="PackedScene" id=4]
|
||||
|
||||
[node name="Level 1" type="Node2D"]
|
||||
[node name="Level1" type="Node2D"]
|
||||
|
||||
[node name="Player" parent="." instance=ExtResource( 4 )]
|
||||
position = Vector2( 8, 5 )
|
@ -1,10 +1,10 @@
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://Main.gdns" type="Script" id=1]
|
||||
[ext_resource path="res://Level 1.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://Level1.tscn" type="PackedScene" id=2]
|
||||
|
||||
[node name="Main" type="Node"]
|
||||
script = ExtResource( 1 )
|
||||
launch_screen = 0
|
||||
|
||||
[node name="Level 1" parent="." instance=ExtResource( 2 )]
|
||||
[node name="Level1" parent="." instance=ExtResource( 2 )]
|
||||
|
Loading…
Reference in New Issue
Block a user