More sections, more art, and slightly more gameplay
This commit is contained in:
@ -1,24 +1,27 @@
|
||||
[gd_scene load_steps=9 format=2]
|
||||
[gd_scene load_steps=10 format=2]
|
||||
|
||||
[ext_resource path="res://Assets/Themes/default.tres" type="Theme" id=1]
|
||||
[ext_resource path="res://Scripts/Systems/GameGui.gd" type="Script" id=2]
|
||||
[ext_resource path="res://Assets/Proprietary/hf-scifi-complete/zapper-v1.1/Zapper.ttf" type="DynamicFontData" id=3]
|
||||
[ext_resource path="res://Assets/Proprietary/hf-scifi-complete/improbable-v1/Improbable.ttf" type="DynamicFontData" id=3]
|
||||
[ext_resource path="res://Assets/Proprietary/hf-scifi-complete/zapper-v1.1/Zapper.otf" type="DynamicFontData" id=4]
|
||||
[ext_resource path="res://Assets/Proprietary/hf-scifi-complete/targets-v3.1/Targets.ttf" type="DynamicFontData" id=5]
|
||||
[ext_resource path="res://Assets/Proprietary/hf-scifi-complete/marksman-v1/Marksman.ttf" type="DynamicFontData" id=5]
|
||||
|
||||
[sub_resource type="DynamicFont" id=1]
|
||||
size = 18
|
||||
font_data = ExtResource( 4 )
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=4]
|
||||
bg_color = Color( 0.2, 0.376471, 0.368627, 0.694118 )
|
||||
|
||||
[sub_resource type="DynamicFont" id=2]
|
||||
size = 18
|
||||
font_data = ExtResource( 5 )
|
||||
|
||||
[sub_resource type="DynamicFont" id=17]
|
||||
size = 48
|
||||
font_data = ExtResource( 3 )
|
||||
|
||||
[sub_resource type="DynamicFont" id=18]
|
||||
[sub_resource type="DynamicFont" id=3]
|
||||
size = 32
|
||||
outline_size = 1
|
||||
outline_color = Color( 0, 0, 0, 1 )
|
||||
font_data = ExtResource( 4 )
|
||||
outline_size = 2
|
||||
outline_color = Color( 0, 0, 0, 0.45098 )
|
||||
font_data = ExtResource( 5 )
|
||||
|
||||
[node name="GUI" type="CanvasLayer"]
|
||||
script = ExtResource( 2 )
|
||||
@ -69,43 +72,46 @@ margin_left = 12.0
|
||||
margin_top = -16.5
|
||||
margin_right = -39.0
|
||||
margin_bottom = 49.5
|
||||
custom_fonts/font = SubResource( 2 )
|
||||
custom_fonts/font = SubResource( 1 )
|
||||
text = "Hello world!"
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="Choices" type="HBoxContainer" parent="Dialog"]
|
||||
visible = false
|
||||
anchor_left = 0.5
|
||||
anchor_top = 1.0
|
||||
anchor_right = 0.5
|
||||
[node name="ChoicesPanel" type="Panel" parent="Dialog"]
|
||||
margin_left = 37.0
|
||||
margin_top = -9.0
|
||||
margin_right = 987.0
|
||||
margin_bottom = 22.0
|
||||
custom_styles/panel = SubResource( 4 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="Choices" type="HBoxContainer" parent="Dialog/ChoicesPanel"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
margin_left = -472.0
|
||||
margin_top = -172.0
|
||||
margin_right = 472.0
|
||||
margin_bottom = -148.0
|
||||
alignment = 1
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="Button" type="Button" parent="Dialog/Choices"]
|
||||
margin_left = 297.0
|
||||
margin_right = 371.0
|
||||
margin_bottom = 26.0
|
||||
[node name="Button" type="Button" parent="Dialog/ChoicesPanel/Choices"]
|
||||
margin_left = 300.0
|
||||
margin_right = 374.0
|
||||
margin_bottom = 31.0
|
||||
text = "Choice"
|
||||
|
||||
[node name="Button2" type="Button" parent="Dialog/Choices"]
|
||||
margin_left = 435.0
|
||||
margin_right = 509.0
|
||||
margin_bottom = 26.0
|
||||
[node name="Button2" type="Button" parent="Dialog/ChoicesPanel/Choices"]
|
||||
margin_left = 438.0
|
||||
margin_right = 512.0
|
||||
margin_bottom = 31.0
|
||||
text = "Choice"
|
||||
|
||||
[node name="Button3" type="Button" parent="Dialog/Choices"]
|
||||
margin_left = 573.0
|
||||
margin_right = 647.0
|
||||
margin_bottom = 26.0
|
||||
[node name="Button3" type="Button" parent="Dialog/ChoicesPanel/Choices"]
|
||||
margin_left = 576.0
|
||||
margin_right = 650.0
|
||||
margin_bottom = 31.0
|
||||
text = "Choice"
|
||||
|
||||
[node name="ZoneLabel" type="Label" parent="."]
|
||||
@ -115,7 +121,7 @@ margin_left = 12.0
|
||||
margin_top = -59.0
|
||||
margin_right = 1257.0
|
||||
margin_bottom = -8.0
|
||||
custom_fonts/font = SubResource( 17 )
|
||||
custom_fonts/font = SubResource( 2 )
|
||||
text = "Entering: Depths"
|
||||
valign = 2
|
||||
__meta__ = {
|
||||
@ -131,7 +137,7 @@ margin_left = -386.0
|
||||
margin_top = -110.5
|
||||
margin_right = 386.0
|
||||
margin_bottom = 110.5
|
||||
custom_fonts/font = SubResource( 18 )
|
||||
custom_fonts/font = SubResource( 3 )
|
||||
text = "Press WASD to move"
|
||||
align = 1
|
||||
__meta__ = {
|
||||
|
Reference in New Issue
Block a user