indicator for if sg is off the top of the screen

This commit is contained in:
pennyrigate 2023-10-30 12:32:37 -04:00
parent ae0e52f506
commit 8b1ccd366f
7 changed files with 127 additions and 2 deletions

View file

@ -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 )