Frame-of-Mind/src/base_scenes/Decision.tscn

51 lines
1.3 KiB
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://base_scenes/Card.tscn" type="PackedScene" id=1]
[ext_resource path="res://assets/fonts/handwriting-theme.tres" type="Theme" id=2]
[ext_resource path="res://base_scenes/decision.gd" type="Script" id=3]
[node name="Decision" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 3 )
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
root_node = NodePath("../first/Card3")
[node name="first" type="Control" parent="."]
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
margin_left = -20.0
margin_top = -40.0
margin_right = 20.0
[node name="Label" type="Label" parent="first"]
margin_left = -587.0
margin_top = -331.0
margin_right = -20.0
margin_bottom = -300.0
theme = ExtResource( 2 )
text = "Choose 2 cards, that are here to stay."
[node name="Card1" parent="first" instance=ExtResource( 1 )]
margin_left = -373.0
margin_top = -114.0
margin_right = -413.0
margin_bottom = -154.0
rect_rotation = -6.6
[node name="Card2" parent="first" instance=ExtResource( 1 )]
margin_left = 3.0
margin_top = -150.0
margin_right = -37.0
margin_bottom = -190.0
[node name="Card3" parent="first" instance=ExtResource( 1 )]
margin_left = 378.0
margin_top = -121.0
margin_right = 338.0
margin_bottom = -161.0
rect_rotation = 13.2