|
|
@@ -1,4 +1,4 @@ |
|
|
|
[gd_scene load_steps=10 format=2] |
|
|
|
[gd_scene load_steps=13 format=2] |
|
|
|
|
|
|
|
[ext_resource path="res://Data/Objects/Pusher.tscn" type="PackedScene" id=1] |
|
|
|
[ext_resource path="res://Data/Objects/Player.tscn" type="PackedScene" id=2] |
|
|
@@ -7,14 +7,17 @@ |
|
|
|
[ext_resource path="res://Data/Objects/BladeSaw.tscn" type="PackedScene" id=5] |
|
|
|
[ext_resource path="res://Data/Objects/Doorway.tscn" type="PackedScene" id=6] |
|
|
|
[ext_resource path="res://Data/Misc/Tileset.tres" type="TileSet" id=7] |
|
|
|
[ext_resource path="res://Data/Graphics/UI/Progress_Back.png" type="Texture" id=8] |
|
|
|
[ext_resource path="res://Data/Graphics/UI/Progress_Bar.png" type="Texture" id=9] |
|
|
|
[ext_resource path="res://Data/Scripts/UI/GUI.gd" type="Script" id=10] |
|
|
|
|
|
|
|
[sub_resource type="ShaderMaterial" id=1] |
|
|
|
resource_local_to_scene = true |
|
|
|
shader = ExtResource( 4 ) |
|
|
|
shader_param/sprite_scale = Vector2( 2.96, 1 ) |
|
|
|
shader_param/distortion = 16.265 |
|
|
|
shader_param/liquid_color_main = Color( 0.180908, 0.250748, 0.8125, 1 ) |
|
|
|
shader_param/liquid_color_surface = Color( 0.576471, 0.760784, 0.996078, 1 ) |
|
|
|
shader_param/liquid_color_main = Color( 0.513726, 0.137255, 0.137255, 1 ) |
|
|
|
shader_param/liquid_color_surface = Color( 0.984314, 0.478431, 0.490196, 1 ) |
|
|
|
shader_param/liquid_surface_thickness = 0.12 |
|
|
|
shader_param/wave_amp = 0.25 |
|
|
|
shader_param/wave_freq = 1.0 |
|
|
@@ -78,3 +81,111 @@ tile_data = PoolIntArray( -393207, 1, 0, -393206, 1, 1, -393205, 1, 2, -262145, |
|
|
|
|
|
|
|
[node name="Player" parent="." instance=ExtResource( 2 )] |
|
|
|
position = Vector2( -32.4329, -11.6956 ) |
|
|
|
|
|
|
|
[node name="GUI" type="CanvasLayer" parent="."] |
|
|
|
script = ExtResource( 10 ) |
|
|
|
|
|
|
|
[node name="PlayerUI" type="Control" parent="GUI"] |
|
|
|
margin_right = 40.0 |
|
|
|
margin_bottom = 40.0 |
|
|
|
__meta__ = { |
|
|
|
"_edit_use_anchors_": false |
|
|
|
} |
|
|
|
|
|
|
|
[node name="MoodBars" type="VBoxContainer" parent="GUI/PlayerUI"] |
|
|
|
margin_left = 10.0 |
|
|
|
margin_top = 10.0 |
|
|
|
margin_right = -10.0 |
|
|
|
margin_bottom = -10.0 |
|
|
|
__meta__ = { |
|
|
|
"_edit_use_anchors_": false |
|
|
|
} |
|
|
|
|
|
|
|
[node name="Aggression" type="VBoxContainer" parent="GUI/PlayerUI/MoodBars"] |
|
|
|
margin_right = 256.0 |
|
|
|
margin_bottom = 42.0 |
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="GUI/PlayerUI/MoodBars/Aggression"] |
|
|
|
margin_right = 256.0 |
|
|
|
margin_bottom = 14.0 |
|
|
|
text = "Aggression" |
|
|
|
|
|
|
|
[node name="Bar" type="TextureRect" parent="GUI/PlayerUI/MoodBars/Aggression"] |
|
|
|
margin_top = 18.0 |
|
|
|
margin_right = 256.0 |
|
|
|
margin_bottom = 42.0 |
|
|
|
rect_min_size = Vector2( 256, 24 ) |
|
|
|
texture = ExtResource( 8 ) |
|
|
|
|
|
|
|
[node name="Progress" type="TextureProgress" parent="GUI/PlayerUI/MoodBars/Aggression/Bar"] |
|
|
|
modulate = Color( 1, 0, 0, 1 ) |
|
|
|
margin_right = 256.0 |
|
|
|
margin_bottom = 24.0 |
|
|
|
rect_min_size = Vector2( 256, 24 ) |
|
|
|
value = 70.0 |
|
|
|
texture_progress = ExtResource( 9 ) |
|
|
|
__meta__ = { |
|
|
|
"_edit_use_anchors_": false |
|
|
|
} |
|
|
|
|
|
|
|
[node name="Tween" type="Tween" parent="GUI/PlayerUI/MoodBars/Aggression/Bar/Progress"] |
|
|
|
|
|
|
|
[node name="Neediness" type="VBoxContainer" parent="GUI/PlayerUI/MoodBars"] |
|
|
|
margin_top = 46.0 |
|
|
|
margin_right = 256.0 |
|
|
|
margin_bottom = 88.0 |
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="GUI/PlayerUI/MoodBars/Neediness"] |
|
|
|
margin_right = 256.0 |
|
|
|
margin_bottom = 14.0 |
|
|
|
text = "Neediness" |
|
|
|
|
|
|
|
[node name="Bar" type="TextureRect" parent="GUI/PlayerUI/MoodBars/Neediness"] |
|
|
|
margin_top = 18.0 |
|
|
|
margin_right = 256.0 |
|
|
|
margin_bottom = 42.0 |
|
|
|
rect_min_size = Vector2( 256, 24 ) |
|
|
|
texture = ExtResource( 8 ) |
|
|
|
|
|
|
|
[node name="Progress" type="TextureProgress" parent="GUI/PlayerUI/MoodBars/Neediness/Bar"] |
|
|
|
modulate = Color( 0.0784314, 1, 0, 1 ) |
|
|
|
margin_right = 256.0 |
|
|
|
margin_bottom = 24.0 |
|
|
|
rect_min_size = Vector2( 256, 24 ) |
|
|
|
value = 70.0 |
|
|
|
texture_progress = ExtResource( 9 ) |
|
|
|
__meta__ = { |
|
|
|
"_edit_use_anchors_": false |
|
|
|
} |
|
|
|
|
|
|
|
[node name="Tween" type="Tween" parent="GUI/PlayerUI/MoodBars/Neediness/Bar/Progress"] |
|
|
|
|
|
|
|
[node name="Contentment" type="VBoxContainer" parent="GUI/PlayerUI/MoodBars"] |
|
|
|
margin_top = 92.0 |
|
|
|
margin_right = 256.0 |
|
|
|
margin_bottom = 134.0 |
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="GUI/PlayerUI/MoodBars/Contentment"] |
|
|
|
margin_right = 256.0 |
|
|
|
margin_bottom = 14.0 |
|
|
|
text = "Neediness" |
|
|
|
|
|
|
|
[node name="Bar" type="TextureRect" parent="GUI/PlayerUI/MoodBars/Contentment"] |
|
|
|
margin_top = 18.0 |
|
|
|
margin_right = 256.0 |
|
|
|
margin_bottom = 42.0 |
|
|
|
rect_min_size = Vector2( 256, 24 ) |
|
|
|
texture = ExtResource( 8 ) |
|
|
|
|
|
|
|
[node name="Progress" type="TextureProgress" parent="GUI/PlayerUI/MoodBars/Contentment/Bar"] |
|
|
|
modulate = Color( 0, 0.0627451, 1, 1 ) |
|
|
|
margin_right = 256.0 |
|
|
|
margin_bottom = 24.0 |
|
|
|
rect_min_size = Vector2( 256, 24 ) |
|
|
|
value = 70.0 |
|
|
|
texture_progress = ExtResource( 9 ) |
|
|
|
__meta__ = { |
|
|
|
"_edit_use_anchors_": false |
|
|
|
} |
|
|
|
|
|
|
|
[node name="Tween" type="Tween" parent="GUI/PlayerUI/MoodBars/Contentment/Bar/Progress"] |