added next level
This commit is contained in:
parent
2bf9db610e
commit
93968ff9fb
11 changed files with 78 additions and 33 deletions
13
scenes/world_2.tscn
Normal file
13
scenes/world_2.tscn
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[gd_scene format=3 uid="uid://bkjiwmc3yua2s"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://ncgwx0yjn2gt" path="res://scenes/player.tscn" id="1_kiokp"]
|
||||
[ext_resource type="Texture2D" uid="uid://de8ehypelmgbq" path="res://assets/enviroment/turquoise_room.png" id="2_2diqr"]
|
||||
|
||||
[node name="World2" type="Node2D" unique_id=219609187]
|
||||
|
||||
[node name="TurquoiseRoom" type="Sprite2D" parent="." unique_id=1018129227]
|
||||
position = Vector2(622, -86)
|
||||
texture = ExtResource("2_2diqr")
|
||||
|
||||
[node name="Player" parent="." unique_id=1743724931 instance=ExtResource("1_kiokp")]
|
||||
position = Vector2(156, 163)
|
||||
Loading…
Add table
Add a link
Reference in a new issue