forked from team-sg/hero-mark-2
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=34 format=2]
|
||||
[gd_scene load_steps=35 format=2]
|
||||
|
||||
[ext_resource path="res://objects/Camera2D.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://maps/map.gd" type="Script" id=2]
|
||||
|
@ -29,6 +29,7 @@
|
|||
[ext_resource path="res://shaders/can_stain.tres" type="Material" id=27]
|
||||
[ext_resource path="res://scripts/has_splash.gd" type="Script" id=28]
|
||||
[ext_resource path="res://maps/bug_teleporter.gd" type="Script" id=29]
|
||||
[ext_resource path="res://graphics/turniwood/turning_platform_wood.png" type="Texture" id=30]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id=2]
|
||||
extents = Vector2( 7.5, 20 )
|
||||
|
@ -124,123 +125,153 @@ scale = Vector2( 1, 14 )
|
|||
|
||||
[node name="Turniwood" parent="Platforms" instance=ExtResource( 13 )]
|
||||
position = Vector2( 0, 96 )
|
||||
texture = ExtResource( 30 )
|
||||
|
||||
[node name="Turniwood2" parent="Platforms" instance=ExtResource( 13 )]
|
||||
position = Vector2( 72, 104 )
|
||||
texture = ExtResource( 30 )
|
||||
|
||||
[node name="Turniwood30" parent="Platforms" instance=ExtResource( 13 )]
|
||||
position = Vector2( 216, 72 )
|
||||
time = 20.0
|
||||
texture = ExtResource( 30 )
|
||||
|
||||
[node name="Turniwood5" parent="Platforms" instance=ExtResource( 13 )]
|
||||
position = Vector2( 352, 80 )
|
||||
texture = ExtResource( 30 )
|
||||
|
||||
[node name="Turniwood12" parent="Platforms" instance=ExtResource( 13 )]
|
||||
position = Vector2( 464, 24 )
|
||||
time = 30.0
|
||||
texture = ExtResource( 30 )
|
||||
|
||||
[node name="Turniwood24" parent="Platforms" instance=ExtResource( 13 )]
|
||||
position = Vector2( 456, 24 )
|
||||
time = 30.0
|
||||
texture = ExtResource( 30 )
|
||||
|
||||
[node name="Turniwood25" parent="Platforms" instance=ExtResource( 13 )]
|
||||
position = Vector2( 448, 24 )
|
||||
time = 30.0
|
||||
texture = ExtResource( 30 )
|
||||
|
||||
[node name="Turniwood13" parent="Platforms" instance=ExtResource( 13 )]
|
||||
position = Vector2( 472, 24 )
|
||||
time = 30.0
|
||||
texture = ExtResource( 30 )
|
||||
|
||||
[node name="Turniwood14" parent="Platforms" instance=ExtResource( 13 )]
|
||||
position = Vector2( 480, 24 )
|
||||
time = 30.0
|
||||
texture = ExtResource( 30 )
|
||||
|
||||
[node name="Turniwood15" parent="Platforms" instance=ExtResource( 13 )]
|
||||
position = Vector2( 488, 24 )
|
||||
time = 30.0
|
||||
texture = ExtResource( 30 )
|
||||
|
||||
[node name="Turniwood16" parent="Platforms" instance=ExtResource( 13 )]
|
||||
position = Vector2( 496, 24 )
|
||||
time = 30.0
|
||||
texture = ExtResource( 30 )
|
||||
|
||||
[node name="Turniwood17" parent="Platforms" instance=ExtResource( 13 )]
|
||||
position = Vector2( 504, 24 )
|
||||
time = 30.0
|
||||
texture = ExtResource( 30 )
|
||||
|
||||
[node name="Turniwood20" parent="Platforms" instance=ExtResource( 13 )]
|
||||
position = Vector2( 736, 160 )
|
||||
texture = ExtResource( 30 )
|
||||
|
||||
[node name="Turniwood21" parent="Platforms" instance=ExtResource( 13 )]
|
||||
position = Vector2( 752, 144 )
|
||||
delay = 0.5
|
||||
texture = ExtResource( 30 )
|
||||
|
||||
[node name="Turniwood22" parent="Platforms" instance=ExtResource( 13 )]
|
||||
position = Vector2( 736, 128 )
|
||||
delay = 1.0
|
||||
texture = ExtResource( 30 )
|
||||
|
||||
[node name="Turniwood23" parent="Platforms" instance=ExtResource( 13 )]
|
||||
position = Vector2( 752, 120 )
|
||||
delay = 1.5
|
||||
texture = ExtResource( 30 )
|
||||
|
||||
[node name="Turniwood26" parent="Platforms" instance=ExtResource( 13 )]
|
||||
position = Vector2( 736, 104 )
|
||||
delay = 2.0
|
||||
texture = ExtResource( 30 )
|
||||
|
||||
[node name="Turniwood27" parent="Platforms" instance=ExtResource( 13 )]
|
||||
position = Vector2( 752, 88 )
|
||||
delay = 2.5
|
||||
texture = ExtResource( 30 )
|
||||
|
||||
[node name="Turniwood10" parent="Platforms" instance=ExtResource( 13 )]
|
||||
position = Vector2( 448, 128 )
|
||||
texture = ExtResource( 30 )
|
||||
|
||||
[node name="Turniwood6" parent="Platforms" instance=ExtResource( 13 )]
|
||||
position = Vector2( 560, 64 )
|
||||
texture = ExtResource( 30 )
|
||||
|
||||
[node name="Turniwood3" parent="Platforms" instance=ExtResource( 13 )]
|
||||
position = Vector2( 96, 160 )
|
||||
texture = ExtResource( 30 )
|
||||
|
||||
[node name="Turniwood28" parent="Platforms" instance=ExtResource( 13 )]
|
||||
position = Vector2( 176, 152 )
|
||||
texture = ExtResource( 30 )
|
||||
|
||||
[node name="Turniwood9" parent="Platforms" instance=ExtResource( 13 )]
|
||||
position = Vector2( 120, 48 )
|
||||
texture = ExtResource( 30 )
|
||||
|
||||
[node name="Turniwood4" parent="Platforms" instance=ExtResource( 13 )]
|
||||
position = Vector2( 136, 80 )
|
||||
texture = ExtResource( 30 )
|
||||
|
||||
[node name="Turniwood11" parent="Platforms" instance=ExtResource( 13 )]
|
||||
position = Vector2( 336, 136 )
|
||||
texture = ExtResource( 30 )
|
||||
|
||||
[node name="Turniwood19" parent="Platforms" instance=ExtResource( 13 )]
|
||||
position = Vector2( 400, 144 )
|
||||
texture = ExtResource( 30 )
|
||||
|
||||
[node name="Turniwood29" parent="Platforms" instance=ExtResource( 13 )]
|
||||
position = Vector2( 328, 40 )
|
||||
texture = ExtResource( 30 )
|
||||
|
||||
[node name="Turniwood18" parent="Platforms" instance=ExtResource( 13 )]
|
||||
position = Vector2( 312, 136 )
|
||||
delay = 1.0
|
||||
texture = ExtResource( 30 )
|
||||
|
||||
[node name="Turniwood7" parent="Platforms" instance=ExtResource( 13 )]
|
||||
position = Vector2( 456, 152 )
|
||||
time = 90.0
|
||||
texture = ExtResource( 30 )
|
||||
|
||||
[node name="Turniwood8" parent="Platforms" instance=ExtResource( 13 )]
|
||||
position = Vector2( 464, 152 )
|
||||
time = 90.0
|
||||
texture = ExtResource( 30 )
|
||||
|
||||
[node name="Barrier" parent="Platforms" instance=ExtResource( 15 )]
|
||||
position = Vector2( 162, 152 )
|
||||
position = Vector2( 164, 152 )
|
||||
scale = Vector2( 1, 24 )
|
||||
cost = 30
|
||||
|
||||
[node name="Barrier4" parent="Platforms" instance=ExtResource( 15 )]
|
||||
position = Vector2( 490, 104 )
|
||||
position = Vector2( 488, 104 )
|
||||
scale = Vector2( 1, 24 )
|
||||
cost = 35
|
||||
|
||||
[node name="Barrier2" parent="Platforms" instance=ExtResource( 15 )]
|
||||
position = Vector2( 114, 152 )
|
||||
position = Vector2( 112, 152 )
|
||||
scale = Vector2( 1, 24 )
|
||||
cost = 30
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue