made some changes :)
This commit is contained in:
parent
4cc10fae6e
commit
bc5f2606a0
12 changed files with 92 additions and 49 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=21 format=2]
|
||||
[gd_scene load_steps=22 format=2]
|
||||
|
||||
[ext_resource path="res://objects/player/player.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://objects/ladder/ladder.tscn" type="PackedScene" id=2]
|
||||
|
@ -17,7 +17,8 @@
|
|||
[ext_resource path="res://objects/barrier/barrier.tscn" type="PackedScene" id=15]
|
||||
[ext_resource path="res://objects/turniwood/turniwood.tscn" type="PackedScene" id=16]
|
||||
[ext_resource path="res://objects/collectibles/arrow.tscn" type="PackedScene" id=17]
|
||||
[ext_resource path="res://maps/map01.gd" type="Script" id=18]
|
||||
[ext_resource path="res://maps/map.gd" type="Script" id=18]
|
||||
[ext_resource path="res://audio/music/rumble_loop.mp3" type="AudioStream" id=19]
|
||||
[ext_resource path="res://objects/exit/exit.tscn" type="PackedScene" id=20]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id=1]
|
||||
|
@ -27,6 +28,8 @@ extents = Vector2( 8, 128 )
|
|||
script = ExtResource( 18 )
|
||||
target_time_any = 70
|
||||
target_time_100 = 180
|
||||
save_location = 1
|
||||
music = ExtResource( 19 )
|
||||
|
||||
[node name="Camera2D" parent="." instance=ExtResource( 8 )]
|
||||
smoothing_enabled = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue