ported from perforce
This commit is contained in:
84
DonkeysAndDroids.Godot/buffer_overflow.tscn
Normal file
84
DonkeysAndDroids.Godot/buffer_overflow.tscn
Normal file
@@ -0,0 +1,84 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://c6v7b5wnsgkjs"]
|
||||
|
||||
[ext_resource type="Theme" uid="uid://b8egvkt2yaoqp" path="res://program.tres" id="1_04mqt"]
|
||||
[ext_resource type="Script" uid="uid://b05rg3st8wwtp" path="res://BufferOverflow.cs" id="1_ty6hy"]
|
||||
[ext_resource type="PackedScene" uid="uid://dak80da2s75k7" path="res://card_row.tscn" id="2_04mqt"]
|
||||
|
||||
[node name="Buffer Overflow" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme = ExtResource("1_04mqt")
|
||||
script = ExtResource("1_ty6hy")
|
||||
|
||||
[node name="Panel" type="Panel" parent="."]
|
||||
modulate = Color(4.887058, 0, 5.1329317, 1)
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="Label" type="Label" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 64
|
||||
text = "Buffer Overflow"
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="Label2" type="Label" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
text = "Remove one of these instructions form your deck"
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_constants/margin_left = 10
|
||||
theme_override_constants/margin_top = 20
|
||||
theme_override_constants/margin_right = 10
|
||||
theme_override_constants/margin_bottom = 20
|
||||
|
||||
[node name="Hand" parent="VBoxContainer/MarginContainer" instance=ExtResource("2_04mqt")]
|
||||
unique_name_in_owner = true
|
||||
custom_minimum_size = Vector2(0, 150)
|
||||
layout_mode = 2
|
||||
CardSize = Vector2(120, 150)
|
||||
CardSpacing = 20.0
|
||||
CardsCanDrag = false
|
||||
|
||||
[node name="MarginContainer2" type="MarginContainer" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="MarginContainer3" type="MarginContainer" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 3
|
||||
theme_override_constants/margin_bottom = 40
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/MarginContainer3"]
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 8
|
||||
alignment = 1
|
||||
|
||||
[node name="Remove" type="Button" parent="VBoxContainer/MarginContainer3/HBoxContainer"]
|
||||
unique_name_in_owner = true
|
||||
custom_minimum_size = Vector2(150, 100)
|
||||
layout_mode = 2
|
||||
text = "Remove"
|
||||
|
||||
[node name="Skip" type="Button" parent="VBoxContainer/MarginContainer3/HBoxContainer"]
|
||||
unique_name_in_owner = true
|
||||
custom_minimum_size = Vector2(150, 100)
|
||||
layout_mode = 2
|
||||
text = "Skip
|
||||
"
|
||||
Reference in New Issue
Block a user