Initial Android commit
This commit is contained in:
commit
1e2b80c13d
8521 changed files with 231475 additions and 0 deletions
|
@ -0,0 +1,92 @@
|
|||
[gd_scene load_steps=9 format=2]
|
||||
|
||||
[ext_resource path="res://scenes/AlternativeChoices/AlternativeChoiceBase.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://resources/AlternativeChoices/HoverAlternative.gdshader" type="Shader" id=2]
|
||||
[ext_resource path="res://resources/AlternativeChoices/Timeline_5/Arrow.webp" type="Texture" id=3]
|
||||
[ext_resource path="res://scripts/AlternativeChoices/AlternativeChoiceTimeline_120_smoking.gd" type="Script" id=4]
|
||||
[ext_resource path="res://resources/AlternativeChoices/Timeline_120_smoking/blue.webp" type="Texture" id=13]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=9]
|
||||
shader = ExtResource( 2 )
|
||||
shader_param/mixing = 0.0
|
||||
|
||||
[sub_resource type="DynamicFontData" id=11]
|
||||
font_path = "res://resources/fonts/TimesNewerRoman-Regular.otf"
|
||||
|
||||
[sub_resource type="DynamicFont" id=10]
|
||||
size = 36
|
||||
font_data = SubResource( 11 )
|
||||
|
||||
[node name="AlternativeChoice" instance=ExtResource( 1 )]
|
||||
script = ExtResource( 4 )
|
||||
|
||||
[node name="ArrowFront" type="TextureButton" parent="SpriteButtons" index="0"]
|
||||
material = SubResource( 9 )
|
||||
margin_left = 50.0
|
||||
margin_top = 650.0
|
||||
margin_right = 170.0
|
||||
margin_bottom = 740.0
|
||||
rect_scale = Vector2( 0.5, 0.5 )
|
||||
texture_normal = ExtResource( 3 )
|
||||
|
||||
[node name="ArrowGarage" type="TextureButton" parent="SpriteButtons" index="1"]
|
||||
material = SubResource( 9 )
|
||||
margin_left = 1800.0
|
||||
margin_top = 650.0
|
||||
margin_right = 1920.0
|
||||
margin_bottom = 740.0
|
||||
rect_scale = Vector2( 0.5, 0.5 )
|
||||
texture_normal = ExtResource( 3 )
|
||||
flip_h = true
|
||||
|
||||
[node name="Blue" type="TextureButton" parent="SpriteButtons" index="2"]
|
||||
material = SubResource( 9 )
|
||||
margin_left = 1027.0
|
||||
margin_top = 692.0
|
||||
margin_right = 1510.0
|
||||
margin_bottom = 1917.0
|
||||
rect_scale = Vector2( 0.205, 0.205 )
|
||||
texture_normal = ExtResource( 13 )
|
||||
flip_h = true
|
||||
|
||||
[node name="Body" type="TextureButton" parent="SpriteButtons" index="3"]
|
||||
material = SubResource( 9 )
|
||||
margin_left = 1553.0
|
||||
margin_top = 733.0
|
||||
margin_right = 2333.0
|
||||
margin_bottom = 1237.0
|
||||
rect_scale = Vector2( 0.25, 0.25 )
|
||||
flip_h = true
|
||||
|
||||
[node name="ArrowLabel" type="Label" parent="Labels" index="0"]
|
||||
visible = false
|
||||
margin_bottom = 45.0
|
||||
custom_fonts/font = SubResource( 10 )
|
||||
align = 1
|
||||
valign = 1
|
||||
|
||||
[node name="ArrowLabel2" type="Label" parent="Labels" index="1"]
|
||||
visible = false
|
||||
margin_bottom = 45.0
|
||||
custom_fonts/font = SubResource( 10 )
|
||||
align = 1
|
||||
valign = 1
|
||||
|
||||
[node name="Blue" type="Label" parent="Labels" index="2"]
|
||||
visible = false
|
||||
margin_bottom = 45.0
|
||||
custom_fonts/font = SubResource( 10 )
|
||||
align = 1
|
||||
valign = 1
|
||||
|
||||
[node name="Body" type="Label" parent="Labels" index="3"]
|
||||
visible = false
|
||||
margin_bottom = 45.0
|
||||
custom_fonts/font = SubResource( 10 )
|
||||
align = 1
|
||||
valign = 1
|
||||
|
||||
[connection signal="button_up" from="SpriteButtons/ArrowFront" to="." method="_on_ArrowFront_button_up"]
|
||||
[connection signal="button_up" from="SpriteButtons/ArrowGarage" to="." method="_on_ArrowGarage_button_up"]
|
||||
[connection signal="button_up" from="SpriteButtons/Blue" to="." method="_on_Blue_button_up"]
|
||||
[connection signal="button_up" from="SpriteButtons/Body" to="." method="_on_Body_button_up"]
|
Loading…
Add table
Add a link
Reference in a new issue