TURNIWOOD REVOLUTION!!!
This commit is contained in:
parent
7993b1d4e5
commit
eabc01e512
19 changed files with 285 additions and 41 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=17 format=2]
|
||||
[gd_scene load_steps=18 format=2]
|
||||
|
||||
[ext_resource path="res://objects/enemy/boss/scrump.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://objects/player/player.tscn" type="PackedScene" id=2]
|
||||
|
@ -16,6 +16,7 @@
|
|||
[ext_resource path="res://tilesets/t_ladders.tres" type="TileSet" id=14]
|
||||
[ext_resource path="res://shaders/can_stain.tres" type="Material" id=15]
|
||||
[ext_resource path="res://objects/lore/boss/the_scrump.tscn" type="PackedScene" id=16]
|
||||
[ext_resource path="res://graphics/turniwood/turning_platform_wood_dark.png" type="Texture" id=17]
|
||||
|
||||
[node name="Map" type="Node2D" groups=["map"]]
|
||||
pause_mode = 1
|
||||
|
@ -67,9 +68,11 @@ right_down_boundary = 2.0
|
|||
|
||||
[node name="TurningPlatform" parent="." instance=ExtResource( 9 )]
|
||||
position = Vector2( 72, 144 )
|
||||
texture = ExtResource( 17 )
|
||||
|
||||
[node name="TurningPlatform2" parent="." instance=ExtResource( 9 )]
|
||||
position = Vector2( 120, 144 )
|
||||
texture = ExtResource( 17 )
|
||||
|
||||
[node name="Ladder2" parent="." instance=ExtResource( 10 )]
|
||||
position = Vector2( 64, 96 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue