ported from perforce
This commit is contained in:
160
DonkeysAndDroids.Godot/core_loop_screen.tscn
Normal file
160
DonkeysAndDroids.Godot/core_loop_screen.tscn
Normal file
@@ -0,0 +1,160 @@
|
||||
[gd_scene load_steps=14 format=3 uid="uid://bt8fbpd0htga0"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://c0nbcsxmqs31p" path="res://hex_board_3d.tscn" id="1_i6wyt"]
|
||||
[ext_resource type="Script" uid="uid://b8aed65amla7p" path="res://CoreLoopScreen.cs" id="1_m7k8i"]
|
||||
[ext_resource type="Texture2D" uid="uid://bb8tfc5xl876p" path="res://images/item-frame.png" id="2_j8wip"]
|
||||
[ext_resource type="Script" uid="uid://b1g3ewcbtqagh" path="res://Tooltip.cs" id="3_2jd4p"]
|
||||
[ext_resource type="Theme" uid="uid://b8egvkt2yaoqp" path="res://program.tres" id="4_r5ml1"]
|
||||
[ext_resource type="PackedScene" uid="uid://o4s2ooq4eljw" path="res://currency_bar.tscn" id="5_dkxj4"]
|
||||
[ext_resource type="PackedScene" uid="uid://bsme33xcms0yb" path="res://draw_glitch.tscn" id="5_vrvkj"]
|
||||
[ext_resource type="PackedScene" uid="uid://bsa1vw82w0swb" path="res://improve.tscn" id="6_vlnap"]
|
||||
[ext_resource type="PackedScene" uid="uid://bd74fa4u2qmv6" path="res://gamble.tscn" id="7_j8wip"]
|
||||
[ext_resource type="PackedScene" uid="uid://cxi1kgornpcqy" path="res://program.tscn" id="7_nbpum"]
|
||||
[ext_resource type="Texture2D" uid="uid://ydmag3dqidid" path="res://images/options.png" id="7_uhwot"]
|
||||
[ext_resource type="PackedScene" uid="uid://c6v7b5wnsgkjs" path="res://buffer_overflow.tscn" id="8_2jd4p"]
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_2jd4p"]
|
||||
texture = ExtResource("2_j8wip")
|
||||
texture_margin_left = 16.0
|
||||
texture_margin_top = 16.0
|
||||
texture_margin_right = 16.0
|
||||
texture_margin_bottom = 16.0
|
||||
region_rect = Rect2(0, 0, 90, 86)
|
||||
|
||||
[node name="CoreLoopScreen" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
mouse_filter = 2
|
||||
theme = ExtResource("4_r5ml1")
|
||||
script = ExtResource("1_m7k8i")
|
||||
|
||||
[node name="BoardViewPortContainer" type="SubViewportContainer" parent="."]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
stretch = true
|
||||
mouse_target = true
|
||||
|
||||
[node name="BoardViewPort" type="SubViewport" parent="BoardViewPortContainer"]
|
||||
unique_name_in_owner = true
|
||||
transparent_bg = true
|
||||
handle_input_locally = false
|
||||
size = Vector2i(1280, 720)
|
||||
render_target_update_mode = 4
|
||||
|
||||
[node name="BoardNode" parent="BoardViewPortContainer/BoardViewPort" instance=ExtResource("1_i6wyt")]
|
||||
unique_name_in_owner = true
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="Panel (fixed width)" type="Panel" parent="HBoxContainer"]
|
||||
custom_minimum_size = Vector2(300, 0)
|
||||
layout_mode = 2
|
||||
theme_override_styles/panel = SubResource("StyleBoxTexture_2jd4p")
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="HBoxContainer/Panel (fixed width)"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_constants/margin_left = 16
|
||||
theme_override_constants/margin_top = 16
|
||||
theme_override_constants/margin_right = 16
|
||||
theme_override_constants/margin_bottom = 16
|
||||
|
||||
[node name="Background color" type="Panel" parent="HBoxContainer/Panel (fixed width)/MarginContainer"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Tooltip" type="Control" parent="HBoxContainer/Panel (fixed width)/MarginContainer/Background color"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("3_2jd4p")
|
||||
|
||||
[node name="RichText" type="RichTextLabel" parent="HBoxContainer/Panel (fixed width)/MarginContainer/Background color/Tooltip"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme = ExtResource("4_r5ml1")
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="HBoxContainer"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="HBoxContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="CurrencyBar" parent="HBoxContainer/VBoxContainer/HBoxContainer" instance=ExtResource("5_dkxj4")]
|
||||
unique_name_in_owner = true
|
||||
custom_minimum_size = Vector2(0, 64)
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 6
|
||||
size_flags_vertical = 1
|
||||
|
||||
[node name="SeedButton" type="Button" parent="HBoxContainer/VBoxContainer/HBoxContainer"]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
tooltip_text = "Copy seed"
|
||||
text = "SEEEEEEED"
|
||||
|
||||
[node name="OptionsButton" type="Button" parent="HBoxContainer/VBoxContainer/HBoxContainer"]
|
||||
unique_name_in_owner = true
|
||||
custom_minimum_size = Vector2(64, 64)
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 0
|
||||
tooltip_text = "Options"
|
||||
icon = ExtResource("7_uhwot")
|
||||
icon_alignment = 1
|
||||
expand_icon = true
|
||||
|
||||
[node name="Control" type="Control" parent="HBoxContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 3
|
||||
mouse_filter = 1
|
||||
|
||||
[node name="Draw Glitch" parent="HBoxContainer/VBoxContainer/Control" instance=ExtResource("5_vrvkj")]
|
||||
unique_name_in_owner = true
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
|
||||
[node name="Improve" parent="HBoxContainer/VBoxContainer/Control" instance=ExtResource("6_vlnap")]
|
||||
unique_name_in_owner = true
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
|
||||
[node name="Cosmic Rays" parent="HBoxContainer/VBoxContainer/Control" instance=ExtResource("7_j8wip")]
|
||||
unique_name_in_owner = true
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
|
||||
[node name="Buffer Overflow" parent="HBoxContainer/VBoxContainer/Control" instance=ExtResource("8_2jd4p")]
|
||||
unique_name_in_owner = true
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
|
||||
[node name="Program" parent="HBoxContainer/VBoxContainer/Control" instance=ExtResource("7_nbpum")]
|
||||
unique_name_in_owner = true
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
Reference in New Issue
Block a user