forked from team-sg/hero-mark-2
fixed camera in canopy
This commit is contained in:
parent
cf3550bb9a
commit
3c4d8f07ab
3 changed files with 101 additions and 25 deletions
|
@ -30,7 +30,7 @@
|
|||
[sub_resource type="RectangleShape2D" id=1]
|
||||
extents = Vector2( 4, 128 )
|
||||
|
||||
[node name="Map" type="Node2D" groups=["map"]]
|
||||
[node name="Map2" type="Node2D" groups=["map"]]
|
||||
pause_mode = 1
|
||||
script = ExtResource( 2 )
|
||||
target_time_any = 80
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=28 format=2]
|
||||
[gd_scene load_steps=29 format=2]
|
||||
|
||||
[ext_resource path="res://objects/enemy/squig.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://tilesets/t_cave.tres" type="TileSet" id=2]
|
||||
|
@ -7,6 +7,7 @@
|
|||
[ext_resource path="res://tilesets/t_death.tres" type="TileSet" id=5]
|
||||
[ext_resource path="res://objects/environment/moving_platform/moving_platform.tscn" type="PackedScene" id=6]
|
||||
[ext_resource path="res://graphics/backgrounds/canopy.png" type="Texture" id=7]
|
||||
[ext_resource path="res://objects/environment/turret/turret.tscn" type="PackedScene" id=8]
|
||||
[ext_resource path="res://objects/enemy/slime.tscn" type="PackedScene" id=10]
|
||||
[ext_resource path="res://maps/map.gd" type="Script" id=11]
|
||||
[ext_resource path="res://objects/environment/turniwood/turning_platform.tscn" type="PackedScene" id=12]
|
||||
|
@ -175,4 +176,7 @@ left_up_boundary = 4.0
|
|||
right_down_boundary = 4.0
|
||||
move_direction = 1
|
||||
|
||||
[node name="Turret" parent="." instance=ExtResource( 8 )]
|
||||
position = Vector2( 208, 128 )
|
||||
|
||||
[editable path="RollingFiend"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue