Initial Android commit
This commit is contained in:
commit
1e2b80c13d
8521 changed files with 231475 additions and 0 deletions
119
scenes/AlternativeChoices/AlternativeChoiceTimeline_2.tscn
Normal file
119
scenes/AlternativeChoices/AlternativeChoiceTimeline_2.tscn
Normal file
|
@ -0,0 +1,119 @@
|
|||
[gd_scene load_steps=17 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/AlternativeChoices/AlternativeChoiceTimeline_2.gd" type="Script" id=1]
|
||||
[ext_resource path="res://resources/AlternativeChoices/Timeline_2/Sofa.webp" type="Texture" id=2]
|
||||
[ext_resource path="res://resources/AlternativeChoices/Timeline_2/Orange.webp" type="Texture" id=3]
|
||||
[ext_resource path="res://resources/AlternativeChoices/Timeline_2/Yellow.webp" type="Texture" id=4]
|
||||
[ext_resource path="res://resources/AlternativeChoices/HoverAlternative.gdshader" type="Shader" id=5]
|
||||
[ext_resource path="res://scenes/AlternativeChoices/AlternativeChoiceBase.tscn" type="PackedScene" id=6]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=10]
|
||||
shader = ExtResource( 5 )
|
||||
shader_param/mixing = 0.0
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=11]
|
||||
shader = ExtResource( 5 )
|
||||
shader_param/mixing = 0.0
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=12]
|
||||
shader = ExtResource( 5 )
|
||||
shader_param/mixing = 0.0
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=19]
|
||||
shader = ExtResource( 5 )
|
||||
shader_param/mixing = 0.0
|
||||
|
||||
[sub_resource type="DynamicFontData" id=16]
|
||||
font_path = "res://resources/fonts/TimesNewerRoman-Regular.otf"
|
||||
|
||||
[sub_resource type="DynamicFont" id=13]
|
||||
size = 36
|
||||
font_data = SubResource( 16 )
|
||||
|
||||
[sub_resource type="DynamicFontData" id=17]
|
||||
font_path = "res://resources/fonts/TimesNewerRoman-Regular.otf"
|
||||
|
||||
[sub_resource type="DynamicFont" id=14]
|
||||
size = 36
|
||||
font_data = SubResource( 17 )
|
||||
|
||||
[sub_resource type="DynamicFontData" id=18]
|
||||
font_path = "res://resources/fonts/TimesNewerRoman-Regular.otf"
|
||||
|
||||
[sub_resource type="DynamicFont" id=15]
|
||||
size = 36
|
||||
font_data = SubResource( 18 )
|
||||
|
||||
[node name="AlternativeChoice" instance=ExtResource( 6 )]
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="SpriteButtons" parent="." index="0"]
|
||||
z_index = 1
|
||||
|
||||
[node name="Orange" type="TextureButton" parent="SpriteButtons" index="0"]
|
||||
material = SubResource( 10 )
|
||||
margin_left = 1292.0
|
||||
margin_top = 255.0
|
||||
margin_right = 3531.0
|
||||
margin_bottom = 3369.0
|
||||
rect_scale = Vector2( 0.088, 0.088 )
|
||||
texture_normal = ExtResource( 3 )
|
||||
|
||||
[node name="Yellow" type="TextureButton" parent="SpriteButtons" index="1"]
|
||||
material = SubResource( 11 )
|
||||
margin_left = 1595.84
|
||||
margin_top = 329.0
|
||||
margin_right = 4378.84
|
||||
margin_bottom = 6594.0
|
||||
rect_scale = Vector2( 0.105, 0.105 )
|
||||
texture_normal = ExtResource( 4 )
|
||||
|
||||
[node name="Sofa" type="TextureButton" parent="SpriteButtons" index="2"]
|
||||
material = SubResource( 12 )
|
||||
margin_left = 55.0
|
||||
margin_top = 454.0
|
||||
margin_right = 819.0
|
||||
margin_bottom = 908.0
|
||||
rect_scale = Vector2( 0.495, 0.495 )
|
||||
texture_normal = ExtResource( 2 )
|
||||
|
||||
[node name="Oldman" type="TextureButton" parent="SpriteButtons" index="3"]
|
||||
material = SubResource( 19 )
|
||||
margin_left = 550.0
|
||||
margin_top = 400.0
|
||||
margin_right = 901.0
|
||||
margin_bottom = 1064.0
|
||||
rect_scale = Vector2( 0.495, 0.495 )
|
||||
|
||||
[node name="OrangeLabel" type="Label" parent="Labels" index="0"]
|
||||
visible = false
|
||||
margin_bottom = 43.0
|
||||
custom_fonts/font = SubResource( 13 )
|
||||
align = 1
|
||||
valign = 1
|
||||
|
||||
[node name="YellowLabel" type="Label" parent="Labels" index="1"]
|
||||
visible = false
|
||||
margin_bottom = 43.0
|
||||
custom_fonts/font = SubResource( 14 )
|
||||
align = 1
|
||||
valign = 1
|
||||
|
||||
[node name="SofaLabel" type="Label" parent="Labels" index="2"]
|
||||
visible = false
|
||||
margin_bottom = 43.0
|
||||
custom_fonts/font = SubResource( 15 )
|
||||
align = 1
|
||||
valign = 1
|
||||
|
||||
[node name="SofaLabel2" type="Label" parent="Labels" index="3"]
|
||||
visible = false
|
||||
margin_bottom = 43.0
|
||||
custom_fonts/font = SubResource( 15 )
|
||||
align = 1
|
||||
valign = 1
|
||||
|
||||
[connection signal="button_up" from="SpriteButtons/Orange" to="." method="_on_Orange_button_up"]
|
||||
[connection signal="button_up" from="SpriteButtons/Yellow" to="." method="_on_Yellow_button_up"]
|
||||
[connection signal="button_up" from="SpriteButtons/Sofa" to="." method="_on_Sofa_button_up"]
|
||||
[connection signal="button_up" from="SpriteButtons/Oldman" to="." method="_on_Oldman_button_up"]
|
Loading…
Add table
Add a link
Reference in a new issue