Initial Android commit
This commit is contained in:
commit
1e2b80c13d
8521 changed files with 231475 additions and 0 deletions
78
scenes/Investigations/InvestigationGreen.tscn
Normal file
78
scenes/Investigations/InvestigationGreen.tscn
Normal file
|
|
@ -0,0 +1,78 @@
|
|||
[gd_scene load_steps=14 format=2]
|
||||
|
||||
[ext_resource path="res://scenes/Investigations/InvestigationBase.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://resources/AlternativeChoices/HoverAlternative.gdshader" type="Shader" id=2]
|
||||
[ext_resource path="res://resources/graphics/Investigations/Green/2.webp" type="Texture" id=3]
|
||||
[ext_resource path="res://scripts/Investigations/InvestigationGreen.gd" type="Script" id=4]
|
||||
[ext_resource path="res://resources/graphics/Investigations/Green/5.webp" type="Texture" id=5]
|
||||
[ext_resource path="res://resources/graphics/Investigations/Black/4.webp" type="Texture" id=6]
|
||||
[ext_resource path="res://resources/graphics/Investigations/Black/1.webp" type="Texture" id=7]
|
||||
[ext_resource path="res://resources/graphics/Investigations/Green/3.webp" type="Texture" id=8]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=1]
|
||||
shader = ExtResource( 2 )
|
||||
shader_param/mixing = 0.0
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=2]
|
||||
shader = ExtResource( 2 )
|
||||
shader_param/mixing = 0.0
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=3]
|
||||
shader = ExtResource( 2 )
|
||||
shader_param/mixing = 0.0
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=4]
|
||||
shader = ExtResource( 2 )
|
||||
shader_param/mixing = 0.0
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=5]
|
||||
shader = ExtResource( 2 )
|
||||
shader_param/mixing = 0.0
|
||||
|
||||
[node name="Control" instance=ExtResource( 1 )]
|
||||
script = ExtResource( 4 )
|
||||
|
||||
[node name="a1" type="TextureButton" parent="Clues" index="0"]
|
||||
material = SubResource( 1 )
|
||||
margin_left = 575.0
|
||||
margin_top = 880.0
|
||||
margin_right = 770.0
|
||||
margin_bottom = 1065.0
|
||||
rect_scale = Vector2( 0.75, 0.75 )
|
||||
texture_normal = ExtResource( 7 )
|
||||
|
||||
[node name="a2" type="TextureButton" parent="Clues" index="1"]
|
||||
material = SubResource( 2 )
|
||||
margin_left = 1384.0
|
||||
margin_top = 835.0
|
||||
margin_right = 1614.0
|
||||
margin_bottom = 1065.0
|
||||
rect_scale = Vector2( 0.75, 0.75 )
|
||||
texture_normal = ExtResource( 3 )
|
||||
|
||||
[node name="a3" type="TextureButton" parent="Clues" index="2"]
|
||||
material = SubResource( 3 )
|
||||
margin_left = 1312.0
|
||||
margin_top = 737.0
|
||||
margin_right = 1462.0
|
||||
margin_bottom = 887.0
|
||||
rect_scale = Vector2( 0.75, 0.75 )
|
||||
texture_normal = ExtResource( 8 )
|
||||
|
||||
[node name="a4" type="TextureButton" parent="Clues" index="3"]
|
||||
material = SubResource( 4 )
|
||||
margin_left = 1405.0
|
||||
margin_top = 545.0
|
||||
margin_right = 1580.0
|
||||
margin_bottom = 720.0
|
||||
rect_scale = Vector2( 0.75, 0.75 )
|
||||
texture_normal = ExtResource( 6 )
|
||||
|
||||
[node name="a5" type="TextureButton" parent="Clues" index="4"]
|
||||
material = SubResource( 5 )
|
||||
margin_left = 1572.0
|
||||
margin_top = 727.0
|
||||
margin_right = 1722.0
|
||||
margin_bottom = 877.0
|
||||
rect_scale = Vector2( 0.75, 0.75 )
|
||||
texture_normal = ExtResource( 5 )
|
||||
Loading…
Add table
Add a link
Reference in a new issue