forked from team-sg/hero-mark-2
begin work on kill mode
This commit is contained in:
parent
51997bc222
commit
9a6a40cec7
5 changed files with 81 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=14 format=2]
|
||||
[gd_scene load_steps=15 format=2]
|
||||
|
||||
[ext_resource path="res://ui/theme.tres" type="Theme" id=1]
|
||||
[ext_resource path="res://tilesets/t_gui.tres" type="TileSet" id=2]
|
||||
|
@ -22,6 +22,16 @@ shader_param/cycle_speed = Vector2( 11, 1 )
|
|||
shader_param/cycle_alternation = Vector2( 1, 1 )
|
||||
shader_param/uv_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=4]
|
||||
shader = ExtResource( 11 )
|
||||
shader_param/color_1 = Color( 1, 0.121569, 0.92549, 1 )
|
||||
shader_param/color_2 = Color( 0.258824, 0.909804, 0.396078, 0 )
|
||||
shader_param/checker_size = Vector2( 16, 16 )
|
||||
shader_param/pan_speed = Vector2( 0, 0 )
|
||||
shader_param/cycle_speed = Vector2( 0.2, 11 )
|
||||
shader_param/cycle_alternation = Vector2( 2.404, 1.608 )
|
||||
shader_param/uv_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=2]
|
||||
shader = ExtResource( 3 )
|
||||
shader_param/border_color = Color( 0, 0, 0, 1 )
|
||||
|
@ -35,6 +45,12 @@ material = SubResource( 3 )
|
|||
margin_right = 256.0
|
||||
margin_bottom = 192.0
|
||||
|
||||
[node name="BackGround2" type="ColorRect" parent="."]
|
||||
visible = false
|
||||
material = SubResource( 4 )
|
||||
margin_right = 256.0
|
||||
margin_bottom = 192.0
|
||||
|
||||
[node name="ColorRect2" type="ColorRect" parent="."]
|
||||
margin_left = 43.0
|
||||
margin_top = 48.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue