gmtk2021/Scenes/TestScn.tscn

148 lines
4.0 KiB
Plaintext

[gd_scene load_steps=14 format=2]
[ext_resource path="res://Scripts/rotaa.gd" type="Script" id=1]
[ext_resource path="res://Graphics/Placeholder.png" type="Texture" id=2]
[ext_resource path="res://Scenes/PersonBase.tscn" type="PackedScene" id=3]
[ext_resource path="res://Scenes/Spot.tscn" type="PackedScene" id=4]
[ext_resource path="res://Graphics/interrogation.png" type="Texture" id=5]
[ext_resource path="res://Graphics/Fonts/DescriptionNameFont.tres" type="DynamicFont" id=6]
[ext_resource path="res://Scripts/DescriptionPane.gd" type="Script" id=7]
[ext_resource path="res://Scripts/Description.gd" type="Script" id=8]
[ext_resource path="res://Scripts/Trait.gd" type="Script" id=9]
[sub_resource type="Resource" id=2]
script = ExtResource( 9 )
id = ""
string = "Fancies the company of a cat."
type = 0
[sub_resource type="Resource" id=3]
script = ExtResource( 9 )
id = ""
string = "Finds peanuts quite horrid."
type = 0
[sub_resource type="Resource" id=4]
script = ExtResource( 9 )
id = ""
string = "Is an hipster."
type = 0
[sub_resource type="Resource" id=1]
script = ExtResource( 8 )
name = "Jean-jacques pélo"
subtitle = "Hipster"
traits = [ SubResource( 2 ), SubResource( 3 ), SubResource( 4 ) ]
[node name="Scene" type="Node2D"]
[node name="ExportTestPlaceholders" type="Node2D" parent="."]
visible = false
[node name="Placeholder" type="Sprite" parent="ExportTestPlaceholders"]
position = Vector2( 512, 296 )
texture = ExtResource( 2 )
script = ExtResource( 1 )
[node name="Placeholder2" type="Sprite" parent="ExportTestPlaceholders"]
position = Vector2( 18.3143, 583.069 )
texture = ExtResource( 2 )
script = ExtResource( 1 )
[node name="Placeholder3" type="Sprite" parent="ExportTestPlaceholders"]
position = Vector2( 1006.32, 582.178 )
texture = ExtResource( 2 )
script = ExtResource( 1 )
[node name="Placeholder4" type="Sprite" parent="ExportTestPlaceholders"]
position = Vector2( 1006.49, 16.5036 )
texture = ExtResource( 2 )
script = ExtResource( 1 )
[node name="Placeholder5" type="Sprite" parent="ExportTestPlaceholders"]
position = Vector2( 16.2689, 17.0209 )
texture = ExtResource( 2 )
script = ExtResource( 1 )
[node name="Spot" parent="." instance=ExtResource( 4 )]
position = Vector2( 184, 472 )
[node name="Spot2" parent="." instance=ExtResource( 4 )]
position = Vector2( 768, 512 )
[node name="Spot3" parent="." instance=ExtResource( 4 )]
position = Vector2( 832, 192 )
[node name="PersonRoot" parent="." instance=ExtResource( 3 )]
position = Vector2( 304, 408 )
description_untyped = SubResource( 1 )
[node name="PersonRoot2" parent="." instance=ExtResource( 3 )]
position = Vector2( 456, 448 )
[node name="PersonRoot3" parent="." instance=ExtResource( 3 )]
position = Vector2( 616, 272 )
[node name="DescriptionPane" type="Control" parent="."]
margin_left = -320.0
margin_right = 320.0
margin_bottom = 136.0
script = ExtResource( 7 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="PanelContainer" type="PanelContainer" parent="DescriptionPane"]
margin_right = 320.0
margin_bottom = 152.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="NameLabel" type="Label" parent="DescriptionPane"]
margin_left = 72.0
margin_top = 8.0
margin_right = 296.0
margin_bottom = 28.0
custom_fonts/font = ExtResource( 6 )
text = "Jean machine duchapelin"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="TitleLabel" type="Label" parent="DescriptionPane"]
margin_left = 80.0
margin_top = 32.0
margin_right = 304.0
margin_bottom = 52.0
custom_fonts/font = ExtResource( 6 )
text = "Grandma"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Descriptions" type="Label" parent="DescriptionPane"]
margin_left = 16.0
margin_top = 72.0
margin_right = 312.0
margin_bottom = 144.0
custom_fonts/font = ExtResource( 6 )
text = "- Likey likey
- Hatey Hatey
- Isey Isey
- Swearey sweary"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Portrait" type="TextureRect" parent="DescriptionPane"]
margin_left = 8.0
margin_top = 8.0
margin_right = 64.0
margin_bottom = 64.0
texture = ExtResource( 5 )
stretch_mode = 5
__meta__ = {
"_edit_use_anchors_": false
}