mlpcardgame/Scenes/Components/Stack.tscn

70 lines
2.0 KiB
Plaintext
Raw Normal View History

2019-05-07 18:56:26 +00:00
[gd_scene load_steps=6 format=2]
2019-05-06 23:25:08 +00:00
[ext_resource path="res://Scenes/Components/Stack.gd" type="Script" id=1]
2019-05-07 18:56:26 +00:00
[sub_resource type="BoxShape" id=4]
extents = Vector3( 0.424389, 0.024053, 0.546632 )
[sub_resource type="DynamicFontData" id=1]
2019-05-06 23:25:08 +00:00
font_path = "res://UIAssets/Fonts/Catamaran-Bold.ttf"
2019-05-07 18:56:26 +00:00
[sub_resource type="DynamicFont" id=2]
2019-05-06 23:25:08 +00:00
outline_size = 2
outline_color = Color( 0, 0, 0, 0.54902 )
2019-05-07 18:56:26 +00:00
font_data = SubResource( 1 )
2019-05-06 23:25:08 +00:00
2019-05-07 18:56:26 +00:00
[sub_resource type="ViewportTexture" id=3]
2019-05-06 23:25:08 +00:00
viewport_path = NodePath("LabelViewport")
2019-05-06 22:18:10 +00:00
2019-05-07 18:56:26 +00:00
[node name="Stack" type="Area"]
2019-05-06 23:25:08 +00:00
script = ExtResource( 1 )
2019-05-07 18:56:26 +00:00
[node name="CollisionShape" type="CollisionShape" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.0239744, 0 )
shape = SubResource( 4 )
2019-05-06 23:25:08 +00:00
[node name="CSGBox" type="CSGBox" parent="."]
transform = Transform( 0.85598, 0, 0, 0, 1, 0, 0, 0, 0.871019, 0, 0, 0 )
width = 0.946586
height = 0.002
depth = 1.18809
[node name="CSGBox2" type="CSGBox" parent="CSGBox"]
operation = 2
width = 0.891339
height = 0.102173
depth = 1.1406
[node name="CSGBox3" type="CSGBox" parent="CSGBox"]
operation = 2
width = 0.191127
height = 0.102173
depth = 1.57935
[node name="CSGBox4" type="CSGBox" parent="CSGBox"]
transform = Transform( -4.37114e-008, 0, -1, 0, 1, 0, 1, 0, -4.37114e-008, 0, 0, 0 )
operation = 2
width = 0.650255
height = 0.102173
depth = 1.57935
[node name="LabelViewport" type="Viewport" parent="."]
size = Vector2( 100, 100 )
transparent_bg = true
handle_input_locally = false
usage = 0
[node name="Label" type="Label" parent="LabelViewport"]
anchor_right = 1.0
anchor_bottom = 1.0
2019-05-07 18:56:26 +00:00
custom_fonts/font = SubResource( 2 )
2019-05-06 23:25:08 +00:00
align = 1
valign = 1
[node name="LabelSprite" type="Sprite3D" parent="."]
transform = Transform( 0.5853, 0.810817, -3.54419e-008, 0, -4.37114e-008, -1, -0.810817, 0.5853, -2.55843e-008, 1.05839e-009, 0.0298628, 7.64017e-010 )
2019-05-07 18:56:26 +00:00
texture = SubResource( 3 )
2019-05-06 23:25:08 +00:00
region_rect = Rect2( 0, 0, 30, 30 )
2019-05-07 18:56:26 +00:00
[connection signal="mouse_entered" from="." to="." method="_mouse_entered"]
[connection signal="mouse_exited" from="." to="." method="_mouse_exited"]