forked from team-sg/hero-mark-2
indicator for if sg is off the top of the screen
This commit is contained in:
parent
ae0e52f506
commit
8b1ccd366f
7 changed files with 127 additions and 2 deletions
|
@ -1,9 +1,13 @@
|
|||
[gd_scene load_steps=2 format=2]
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://objects/camera.gd" type="Script" id=1]
|
||||
[ext_resource path="res://objects/hud/off_level_indicator.tscn" type="PackedScene" id=2]
|
||||
|
||||
[node name="Camera2D" type="Camera2D"]
|
||||
offset = Vector2( 128, 96 )
|
||||
current = true
|
||||
smoothing_speed = 8.0
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="OffLevelIndicator" parent="." instance=ExtResource( 2 )]
|
||||
position = Vector2( 0, 12 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue