forked from team-sg/hero-mark-2
put more text on menus
This commit is contained in:
parent
f14e8ebdd0
commit
8ba46dc705
23 changed files with 373 additions and 69 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=11 format=2]
|
||||
[gd_scene load_steps=12 format=2]
|
||||
|
||||
[ext_resource path="res://shaders/recolor_border.shader" type="Shader" id=1]
|
||||
[ext_resource path="res://ui/2ndpuberty_outline.tres" type="Material" id=2]
|
||||
|
@ -9,6 +9,7 @@
|
|||
[ext_resource path="res://graphics/hud/deaths_head.png" type="Texture" id=7]
|
||||
[ext_resource path="res://graphics/player/sg_idle.png" type="Texture" id=8]
|
||||
[ext_resource path="res://graphics/player/palettes/default.png" type="Texture" id=9]
|
||||
[ext_resource path="res://objects/enemy/death_particles.tscn" type="PackedScene" id=10]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=1]
|
||||
shader = ExtResource( 1 )
|
||||
|
@ -18,7 +19,7 @@ shader_param/palette = ExtResource( 9 )
|
|||
|
||||
[node name="Panel" type="Panel"]
|
||||
margin_right = 72.0
|
||||
margin_bottom = 72.0
|
||||
margin_bottom = 88.0
|
||||
theme = ExtResource( 4 )
|
||||
script = ExtResource( 6 )
|
||||
|
||||
|
@ -95,6 +96,15 @@ position = Vector2( 32, 34 )
|
|||
position = Vector2( 21, 52 )
|
||||
texture = ExtResource( 7 )
|
||||
|
||||
[node name="Difficulty" type="Label" parent="FileExists"]
|
||||
unique_name_in_owner = true
|
||||
margin_left = 8.0
|
||||
margin_top = 72.0
|
||||
margin_right = 65.0
|
||||
margin_bottom = 82.0
|
||||
text = "Spicy"
|
||||
align = 1
|
||||
|
||||
[node name="FileDoesNotExist" type="Control" parent="."]
|
||||
visible = false
|
||||
|
||||
|
@ -105,3 +115,13 @@ margin_right = 69.0
|
|||
margin_bottom = 36.0
|
||||
text = "Empty!!!"
|
||||
align = 1
|
||||
|
||||
[node name="DeathSplatter" parent="." instance=ExtResource( 10 )]
|
||||
position = Vector2( 36, 47 )
|
||||
amount = 64
|
||||
lifetime = 1.0
|
||||
speed_scale = 3.0
|
||||
explosiveness = 1.0
|
||||
randomness = 0.34
|
||||
initial_velocity = 100.0
|
||||
scale_amount = 2.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue