Initial Android commit
This commit is contained in:
commit
1e2b80c13d
8521 changed files with 231475 additions and 0 deletions
|
@ -0,0 +1,69 @@
|
|||
[gd_scene load_steps=9 format=2]
|
||||
|
||||
[ext_resource path="res://scenes/AlternativeChoices/AlternativeChoiceBase.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://scripts/AlternativeChoices/AlternativeChoiceTimeline_1_bridge.gd" type="Script" id=2]
|
||||
[ext_resource path="res://resources/AlternativeChoices/HoverAlternativeBlack.gdshader" type="Shader" id=9]
|
||||
[ext_resource path="res://resources/AlternativeChoices/Timeline_5/Arrow.webp" type="Texture" id=10]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=25]
|
||||
shader = ExtResource( 9 )
|
||||
shader_param/mixing = 0.0
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=26]
|
||||
shader = ExtResource( 9 )
|
||||
shader_param/mixing = 0.0
|
||||
|
||||
[sub_resource type="DynamicFontData" id=22]
|
||||
font_path = "res://resources/fonts/TimesNewerRoman-Regular.otf"
|
||||
|
||||
[sub_resource type="DynamicFont" id=24]
|
||||
size = 36
|
||||
font_data = SubResource( 22 )
|
||||
|
||||
[node name="AlternativeChoice" instance=ExtResource( 1 )]
|
||||
script = ExtResource( 2 )
|
||||
|
||||
[node name="SpriteButtons" parent="." index="0"]
|
||||
z_index = 20
|
||||
|
||||
[node name="Left" type="TextureButton" parent="SpriteButtons" index="0"]
|
||||
material = SubResource( 25 )
|
||||
margin_left = 53.0
|
||||
margin_top = 501.0
|
||||
margin_right = 173.0
|
||||
margin_bottom = 591.0
|
||||
rect_scale = Vector2( 0.5, 0.5 )
|
||||
texture_normal = ExtResource( 10 )
|
||||
|
||||
[node name="Right" type="TextureButton" parent="SpriteButtons" index="1"]
|
||||
material = SubResource( 26 )
|
||||
margin_left = 1765.0
|
||||
margin_top = 577.0
|
||||
margin_right = 1885.0
|
||||
margin_bottom = 667.0
|
||||
rect_scale = Vector2( 0.5, 0.5 )
|
||||
texture_normal = ExtResource( 10 )
|
||||
flip_h = true
|
||||
|
||||
[node name="a1" type="Label" parent="Labels" index="0"]
|
||||
visible = false
|
||||
margin_left = 34.0
|
||||
margin_top = 452.0
|
||||
margin_right = 133.0
|
||||
margin_bottom = 497.0
|
||||
custom_fonts/font = SubResource( 24 )
|
||||
align = 1
|
||||
valign = 1
|
||||
|
||||
[node name="a2" type="Label" parent="Labels" index="1"]
|
||||
visible = false
|
||||
margin_left = 1730.0
|
||||
margin_top = 530.0
|
||||
margin_right = 1858.0
|
||||
margin_bottom = 575.0
|
||||
custom_fonts/font = SubResource( 24 )
|
||||
align = 1
|
||||
valign = 1
|
||||
|
||||
[connection signal="button_up" from="SpriteButtons/Left" to="." method="_on_Left_button_up"]
|
||||
[connection signal="button_up" from="SpriteButtons/Right" to="." method="_on_Right_button_up"]
|
Loading…
Add table
Add a link
Reference in a new issue