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=31 format=2]
|
||||
[gd_scene load_steps=32 format=2]
|
||||
|
||||
[ext_resource path="res://objects/environment/ladder/ladder.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://objects/hud/hud.tscn" type="PackedScene" id=2]
|
||||
|
@ -30,6 +30,7 @@
|
|||
[ext_resource path="res://scripts/has_splash.gd" type="Script" id=28]
|
||||
[ext_resource path="res://objects/lore/hills/speccy.tscn" type="PackedScene" id=29]
|
||||
[ext_resource path="res://objects/lore/hills/sg.tscn" type="PackedScene" id=30]
|
||||
[ext_resource path="res://graphics/turniwood/turning_platform_wood_dark.png" type="Texture" id=31]
|
||||
|
||||
[node name="Map" type="Node2D" groups=["map"]]
|
||||
pause_mode = 1
|
||||
|
@ -116,20 +117,25 @@ scale = Vector2( 1, 4 )
|
|||
|
||||
[node name="TurningPlatform" parent="Environment/TurningPlatforms" instance=ExtResource( 16 )]
|
||||
position = Vector2( 136, 64 )
|
||||
texture = ExtResource( 31 )
|
||||
|
||||
[node name="TurningPlatform3" parent="Environment/TurningPlatforms" instance=ExtResource( 16 )]
|
||||
position = Vector2( 368, 152 )
|
||||
time = 80.0
|
||||
texture = ExtResource( 31 )
|
||||
|
||||
[node name="TurningPlatform6" parent="Environment/TurningPlatforms" instance=ExtResource( 16 )]
|
||||
position = Vector2( 384, 32 )
|
||||
texture = ExtResource( 31 )
|
||||
|
||||
[node name="TurningPlatform5" parent="Environment/TurningPlatforms" instance=ExtResource( 16 )]
|
||||
position = Vector2( 616, 160 )
|
||||
texture = ExtResource( 31 )
|
||||
|
||||
[node name="TurningPlatform4" parent="Environment/TurningPlatforms" instance=ExtResource( 16 )]
|
||||
position = Vector2( 408, 152 )
|
||||
time = 80.0
|
||||
texture = ExtResource( 31 )
|
||||
|
||||
[node name="MovingPlatform" parent="Environment" instance=ExtResource( 11 )]
|
||||
position = Vector2( 624, 40 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue