4.6, new attack, enemy spawning, shaders, bunch of stuff
This commit is contained in:
parent
e08e3ebb13
commit
19517a3176
84 changed files with 13348 additions and 91399 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=15 format=3 uid="uid://bq8ig7s8gxia4"]
|
||||
[gd_scene format=3 uid="uid://bq8ig7s8gxia4"]
|
||||
|
||||
[ext_resource type="Theme" uid="uid://d3iyu7ukwsn1p" path="res://ui/default_theme.tres" id="1_1evs6"]
|
||||
[ext_resource type="PackedScene" uid="uid://bvp37ljy8eaba" path="res://ui/texture_container.tscn" id="3_nsgok"]
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_dhpj7"]
|
||||
atlas = ExtResource("7_np4cb")
|
||||
region = Rect2(0, 32, 0, 32)
|
||||
region = Rect2(0, 96, 0, 32)
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_umou3"]
|
||||
shader = ExtResource("13_1evs6")
|
||||
|
|
@ -23,11 +23,11 @@ shader_parameter/brightness = 0.950000045125
|
|||
shader_parameter/contrast = 1.0
|
||||
shader_parameter/saturation = 2.0
|
||||
|
||||
[node name="UILayer" type="CanvasLayer"]
|
||||
[node name="UILayer" type="CanvasLayer" unique_id=1355059062]
|
||||
scale = Vector2(4, 4)
|
||||
transform = Transform2D(4, 0, 0, 4, 0, 0)
|
||||
|
||||
[node name="UI" type="Control" parent="."]
|
||||
[node name="UI" type="Control" parent="." unique_id=1664369149]
|
||||
process_mode = 3
|
||||
layout_mode = 3
|
||||
anchors_preset = 0
|
||||
|
|
@ -37,7 +37,8 @@ size_flags_horizontal = 0
|
|||
mouse_filter = 2
|
||||
theme = ExtResource("1_1evs6")
|
||||
|
||||
[node name="Debug" type="Control" parent="UI"]
|
||||
[node name="Debug" type="Control" parent="UI" unique_id=340031739]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 0
|
||||
offset_right = 40.0
|
||||
|
|
@ -45,7 +46,7 @@ offset_bottom = 40.0
|
|||
mouse_filter = 2
|
||||
script = ExtResource("5_h6use")
|
||||
|
||||
[node name="Label" type="Label" parent="UI/Debug"]
|
||||
[node name="Label" type="Label" parent="UI/Debug" unique_id=2053540183]
|
||||
layout_mode = 1
|
||||
offset_right = 28.0
|
||||
offset_bottom = 179.0
|
||||
|
|
@ -63,7 +64,7 @@ g
|
|||
g
|
||||
"
|
||||
|
||||
[node name="PlayerStat" type="HBoxContainer" parent="UI"]
|
||||
[node name="PlayerStat" type="HBoxContainer" parent="UI" unique_id=1196550807]
|
||||
layout_mode = 1
|
||||
anchors_preset = 7
|
||||
anchor_left = 0.5
|
||||
|
|
@ -78,7 +79,7 @@ grow_horizontal = 2
|
|||
grow_vertical = 0
|
||||
mouse_filter = 2
|
||||
|
||||
[node name="TextureProgressBar" type="TextureProgressBar" parent="UI/PlayerStat"]
|
||||
[node name="TextureProgressBar" type="TextureProgressBar" parent="UI/PlayerStat" unique_id=1768656786]
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 4
|
||||
max_value = 1.0
|
||||
|
|
@ -88,17 +89,16 @@ texture_under = ExtResource("9_fl7ai")
|
|||
texture_progress = ExtResource("10_iwd8l")
|
||||
script = ExtResource("11_01h74")
|
||||
|
||||
[node name="HealthBar" type="TextureRect" parent="UI/PlayerStat"]
|
||||
[node name="HealthBar" type="TextureRect" parent="UI/PlayerStat" unique_id=1431196763]
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 4
|
||||
texture = SubResource("AtlasTexture_dhpj7")
|
||||
script = ExtResource("8_8fqmc")
|
||||
|
||||
[node name="SettingsMenu" parent="UI" instance=ExtResource("8_14s75")]
|
||||
layout_mode = 0
|
||||
anchors_preset = 0
|
||||
[node name="SettingsMenu" parent="UI" unique_id=478838648 instance=ExtResource("8_14s75")]
|
||||
layout_mode = 1
|
||||
|
||||
[node name="DialogueBox" parent="UI" node_paths=PackedStringArray("dialogue_label") instance=ExtResource("3_nsgok")]
|
||||
[node name="DialogueBox" parent="UI" unique_id=368242412 node_paths=PackedStringArray("dialogue_label") instance=ExtResource("3_nsgok")]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 7
|
||||
|
|
@ -115,7 +115,7 @@ grow_vertical = 0
|
|||
script = ExtResource("6_kes38")
|
||||
dialogue_label = NodePath("MarginContainer/DialogueLabel")
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="UI/DialogueBox"]
|
||||
[node name="MarginContainer" type="MarginContainer" parent="UI/DialogueBox" unique_id=750374639]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
|
|
@ -123,12 +123,12 @@ anchor_bottom = 1.0
|
|||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="DialogueLabel" type="RichTextLabel" parent="UI/DialogueBox/MarginContainer"]
|
||||
[node name="DialogueLabel" type="RichTextLabel" parent="UI/DialogueBox/MarginContainer" unique_id=1246572478]
|
||||
layout_mode = 2
|
||||
theme = ExtResource("1_1evs6")
|
||||
text = "This is example dialogue!!"
|
||||
|
||||
[node name="PostProcessing" type="Control" parent="UI"]
|
||||
[node name="PostProcessing" type="Control" parent="UI" unique_id=935025285]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
|
|
@ -137,7 +137,7 @@ grow_horizontal = 2
|
|||
grow_vertical = 2
|
||||
mouse_filter = 2
|
||||
|
||||
[node name="DmgFlash" type="ColorRect" parent="UI/PostProcessing"]
|
||||
[node name="DmgFlash" type="ColorRect" parent="UI/PostProcessing" unique_id=1301839736]
|
||||
visible = false
|
||||
z_index = 10
|
||||
layout_mode = 1
|
||||
|
|
@ -150,7 +150,7 @@ mouse_filter = 2
|
|||
color = Color(0.8862745, 0.49019608, 0.47058824, 0)
|
||||
script = ExtResource("12_vi4d2")
|
||||
|
||||
[node name="ColorCorrection" type="ColorRect" parent="UI/PostProcessing"]
|
||||
[node name="ColorCorrection" type="ColorRect" parent="UI/PostProcessing" unique_id=313386066]
|
||||
z_index = 10
|
||||
material = SubResource("ShaderMaterial_umou3")
|
||||
layout_mode = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue