forked from team-sg/hero-mark-2
msx off level indicator
This commit is contained in:
parent
403924d210
commit
a07d929c4c
7 changed files with 48 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
|||
[gd_scene load_steps=3 format=2]
|
||||
[gd_scene load_steps=4 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]
|
||||
[ext_resource path="res://objects/hud/msx_off_level_indicator.tscn" type="PackedScene" id=3]
|
||||
|
||||
[node name="Camera2D" type="Camera2D"]
|
||||
offset = Vector2( 128, 96 )
|
||||
|
@ -12,3 +13,7 @@ script = ExtResource( 1 )
|
|||
[node name="OffLevelIndicator" parent="." instance=ExtResource( 2 )]
|
||||
visible = false
|
||||
position = Vector2( 0, 12 )
|
||||
|
||||
[node name="MsxOffLevelIndicator" parent="." instance=ExtResource( 3 )]
|
||||
visible = false
|
||||
position = Vector2( 16, 32 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue