Initial Android commit
This commit is contained in:
commit
1e2b80c13d
8521 changed files with 231475 additions and 0 deletions
9
resources/customControls/Timeline_17_Images/Images.gd
Normal file
9
resources/customControls/Timeline_17_Images/Images.gd
Normal file
|
@ -0,0 +1,9 @@
|
|||
extends Control
|
||||
|
||||
func GetTextures()->Array:
|
||||
var array = [];
|
||||
|
||||
for i in get_children():
|
||||
array.push_back(i.texture);
|
||||
|
||||
return array;
|
77
resources/customControls/Timeline_17_Images/Images.tscn
Normal file
77
resources/customControls/Timeline_17_Images/Images.tscn
Normal file
|
@ -0,0 +1,77 @@
|
|||
[gd_scene load_steps=14 format=2]
|
||||
|
||||
[ext_resource path="res://resources/customControls/Timeline_17_Images/Images.gd" type="Script" id=1]
|
||||
[ext_resource path="res://resources/AlternativeChoices/HoverAlternative.gdshader" type="Shader" id=2]
|
||||
[ext_resource path="res://resources/AlternativeChoices/Timeline_17/Pink.webp" type="Texture" id=3]
|
||||
[ext_resource path="res://resources/AlternativeChoices/Timeline_17/Blue.webp" type="Texture" id=4]
|
||||
[ext_resource path="res://resources/AlternativeChoices/Timeline_17/Orange.webp" type="Texture" id=5]
|
||||
[ext_resource path="res://resources/AlternativeChoices/Timeline_17/Black.webp" type="Texture" id=6]
|
||||
[ext_resource path="res://resources/AlternativeChoices/Timeline_17/Green.webp" type="Texture" id=7]
|
||||
[ext_resource path="res://resources/AlternativeChoices/Timeline_17/Purple.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="Images" type="Control"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="Black" type="TextureRect" parent="."]
|
||||
material = SubResource( 1 )
|
||||
margin_right = 3840.0
|
||||
margin_bottom = 2160.0
|
||||
rect_scale = Vector2( 0.5, 0.5 )
|
||||
texture = ExtResource( 6 )
|
||||
|
||||
[node name="Blue" type="TextureRect" parent="."]
|
||||
material = SubResource( 2 )
|
||||
margin_right = 3840.0
|
||||
margin_bottom = 2160.0
|
||||
rect_scale = Vector2( 0.5, 0.5 )
|
||||
texture = ExtResource( 4 )
|
||||
|
||||
[node name="Green" type="TextureRect" parent="."]
|
||||
material = SubResource( 3 )
|
||||
margin_right = 3840.0
|
||||
margin_bottom = 2160.0
|
||||
rect_scale = Vector2( 0.5, 0.5 )
|
||||
texture = ExtResource( 7 )
|
||||
|
||||
[node name="Orange" type="TextureRect" parent="."]
|
||||
material = SubResource( 4 )
|
||||
margin_right = 3840.0
|
||||
margin_bottom = 2160.0
|
||||
rect_scale = Vector2( 0.5, 0.5 )
|
||||
texture = ExtResource( 5 )
|
||||
|
||||
[node name="Pink" type="TextureRect" parent="."]
|
||||
material = SubResource( 5 )
|
||||
margin_right = 3840.0
|
||||
margin_bottom = 2160.0
|
||||
rect_scale = Vector2( 0.5, 0.5 )
|
||||
texture = ExtResource( 3 )
|
||||
|
||||
[node name="Purple" type="TextureRect" parent="."]
|
||||
material = SubResource( 5 )
|
||||
margin_right = 3840.0
|
||||
margin_bottom = 2160.0
|
||||
rect_scale = Vector2( 0.5, 0.5 )
|
||||
texture = ExtResource( 8 )
|
Loading…
Add table
Add a link
Reference in a new issue