Initial Android commit
This commit is contained in:
commit
1e2b80c13d
8521 changed files with 231475 additions and 0 deletions
48
scenes/AlternativeChoices/AlternativeChoiceTimeline_0.tscn
Normal file
48
scenes/AlternativeChoices/AlternativeChoiceTimeline_0.tscn
Normal file
|
@ -0,0 +1,48 @@
|
|||
[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_0.gd" type="Script" id=2]
|
||||
[ext_resource path="res://resources/AlternativeChoices/Timeline_0/Phone.webp" type="Texture" id=3]
|
||||
[ext_resource path="res://resources/AlternativeChoices/HoverAlternative.gdshader" type="Shader" id=4]
|
||||
[ext_resource path="res://resources/audio/sfx/phone.ogg" type="AudioStream" id=5]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=17]
|
||||
shader = ExtResource( 4 )
|
||||
shader_param/mixing = 0.0
|
||||
|
||||
[sub_resource type="DynamicFontData" id=16]
|
||||
font_path = "res://resources/fonts/TimesNewerRoman-Regular.otf"
|
||||
|
||||
[sub_resource type="DynamicFont" id=18]
|
||||
size = 36
|
||||
font_data = SubResource( 16 )
|
||||
|
||||
[node name="AlternativeChoice" instance=ExtResource( 1 )]
|
||||
script = ExtResource( 2 )
|
||||
|
||||
[node name="Phone" type="TextureButton" parent="SpriteButtons" index="0"]
|
||||
material = SubResource( 17 )
|
||||
margin_left = 1165.0
|
||||
margin_top = 428.0
|
||||
margin_right = 1321.0
|
||||
margin_bottom = 547.0
|
||||
rect_scale = Vector2( 0.5, 0.5 )
|
||||
texture_normal = ExtResource( 3 )
|
||||
|
||||
[node name="PhoneLabel" type="Label" parent="Labels" index="0"]
|
||||
visible = false
|
||||
margin_bottom = 43.0
|
||||
custom_fonts/font = SubResource( 18 )
|
||||
align = 1
|
||||
valign = 1
|
||||
|
||||
[node name="Timer" type="Timer" parent="." index="2"]
|
||||
wait_time = 27.7
|
||||
one_shot = true
|
||||
|
||||
[node name="PhonePlayer" type="AudioStreamPlayer" parent="." index="3"]
|
||||
stream = ExtResource( 5 )
|
||||
bus = "SFX"
|
||||
|
||||
[connection signal="button_up" from="SpriteButtons/Phone" to="." method="_on_Orange_button_up"]
|
||||
[connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"]
|
Loading…
Add table
Add a link
Reference in a new issue