Initial Android commit
This commit is contained in:
commit
1e2b80c13d
8521 changed files with 231475 additions and 0 deletions
|
@ -0,0 +1,59 @@
|
|||
[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_140_lighthouse.gd" type="Script" id=2]
|
||||
[ext_resource path="res://resources/AlternativeChoices/Timeline_5/Arrow.webp" type="Texture" id=3]
|
||||
[ext_resource path="res://resources/AlternativeChoices/HoverAlternativeBlack.gdshader" type="Shader" id=4]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=23]
|
||||
shader = ExtResource( 4 )
|
||||
shader_param/mixing = 0.0
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=24]
|
||||
shader = ExtResource( 4 )
|
||||
shader_param/mixing = 0.0
|
||||
|
||||
[sub_resource type="DynamicFontData" id=26]
|
||||
font_path = "res://resources/fonts/TimesNewerRoman-Regular.otf"
|
||||
|
||||
[sub_resource type="DynamicFont" id=25]
|
||||
size = 36
|
||||
font_data = SubResource( 26 )
|
||||
|
||||
[node name="AlternativeChoice" instance=ExtResource( 1 )]
|
||||
script = ExtResource( 2 )
|
||||
|
||||
[node name="Arrow" type="TextureButton" parent="SpriteButtons" index="0"]
|
||||
material = SubResource( 23 )
|
||||
margin_left = 142.0
|
||||
margin_top = 494.0
|
||||
margin_right = 262.0
|
||||
margin_bottom = 584.0
|
||||
rect_scale = Vector2( 0.5, 0.5 )
|
||||
texture_normal = ExtResource( 3 )
|
||||
|
||||
[node name="Behind" type="TextureButton" parent="SpriteButtons" index="1"]
|
||||
material = SubResource( 24 )
|
||||
margin_left = 798.0
|
||||
margin_top = 832.0
|
||||
margin_right = 918.0
|
||||
margin_bottom = 922.0
|
||||
rect_scale = Vector2( 0.5, 0.5 )
|
||||
texture_normal = ExtResource( 3 )
|
||||
|
||||
[node name="a1" type="Label" parent="Labels" index="0"]
|
||||
visible = false
|
||||
margin_bottom = 45.0
|
||||
custom_fonts/font = SubResource( 25 )
|
||||
align = 1
|
||||
valign = 1
|
||||
|
||||
[node name="a2" type="Label" parent="Labels" index="1"]
|
||||
visible = false
|
||||
margin_bottom = 45.0
|
||||
custom_fonts/font = SubResource( 25 )
|
||||
align = 1
|
||||
valign = 1
|
||||
|
||||
[connection signal="button_up" from="SpriteButtons/Arrow" to="." method="_on_Arrow_button_up"]
|
||||
[connection signal="button_up" from="SpriteButtons/Behind" to="." method="_on_Behind_button_up"]
|
Loading…
Add table
Add a link
Reference in a new issue