forked from team-sg/hero-mark-2
Save System Mk.III (and start of new difficulty system)
This commit is contained in:
parent
746b9813e2
commit
4958c420d8
8 changed files with 203 additions and 82 deletions
|
@ -43,6 +43,12 @@ material = SubResource( 2 )
|
|||
margin_right = 256.0
|
||||
margin_bottom = 192.0
|
||||
|
||||
[node name="DeleteBackground" type="ColorRect" parent="."]
|
||||
visible = false
|
||||
material = SubResource( 3 )
|
||||
margin_right = 256.0
|
||||
margin_bottom = 192.0
|
||||
|
||||
[node name="Panel" parent="." instance=ExtResource( 1 )]
|
||||
margin_left = 12.0
|
||||
margin_top = 64.0
|
||||
|
@ -92,8 +98,3 @@ texture_normal = ExtResource( 9 )
|
|||
texture_focused = ExtResource( 9 )
|
||||
expand = true
|
||||
stretch_mode = 3
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="."]
|
||||
material = SubResource( 3 )
|
||||
margin_right = 256.0
|
||||
margin_bottom = 192.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue