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=43 format=2]
|
||||
[gd_scene load_steps=44 format=2]
|
||||
|
||||
[ext_resource path="res://objects/Camera2D.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://maps/map.gd" type="Script" id=2]
|
||||
|
@ -31,6 +31,7 @@
|
|||
[ext_resource path="res://objects/lore/hills/catbat.tscn" type="PackedScene" id=29]
|
||||
[ext_resource path="res://objects/lore/mountain/echo_mountain.tscn" type="PackedScene" id=30]
|
||||
[ext_resource path="res://objects/lore/mountain/rolling_fiend.tscn" type="PackedScene" id=31]
|
||||
[ext_resource path="res://graphics/turniwood/turning_platform_wood_dark.png" type="Texture" id=32]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id=2]
|
||||
extents = Vector2( 24, 20 )
|
||||
|
@ -246,12 +247,15 @@ scale = Vector2( 1, 3 )
|
|||
|
||||
[node name="TurningPlatform" parent="Environment" instance=ExtResource( 15 )]
|
||||
position = Vector2( 168, 168 )
|
||||
texture = ExtResource( 32 )
|
||||
|
||||
[node name="TurningPlatform2" parent="Environment" instance=ExtResource( 15 )]
|
||||
position = Vector2( 80, 144 )
|
||||
texture = ExtResource( 32 )
|
||||
|
||||
[node name="TurningPlatform4" parent="Environment" instance=ExtResource( 15 )]
|
||||
position = Vector2( 168, -280 )
|
||||
texture = ExtResource( 32 )
|
||||
|
||||
[node name="Rock2" parent="Environment" instance=ExtResource( 19 )]
|
||||
position = Vector2( 112, 56 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue