Initial Android commit
This commit is contained in:
commit
1e2b80c13d
8521 changed files with 231475 additions and 0 deletions
37
scenes/BackgroundScenes/Scene_alt1.tscn
Normal file
37
scenes/BackgroundScenes/Scene_alt1.tscn
Normal file
|
@ -0,0 +1,37 @@
|
|||
[gd_scene load_steps=6 format=2]
|
||||
|
||||
[ext_resource path="res://resources/graphics/backgrounds/scene_alt1/News4K_2.webp" type="Texture" id=1]
|
||||
[ext_resource path="res://resources/graphics/backgrounds/scene_alt1/rockbutton_mask.png" type="BitMap" id=2]
|
||||
[ext_resource path="res://resources/graphics/backgrounds/scene_alt1/News4Kuk.webp" type="Texture" id=3]
|
||||
[ext_resource path="res://scripts/backround_scenes_scripts/Scene_alt1.gd" type="Script" id=4]
|
||||
[ext_resource path="res://resources/graphics/backgrounds/scene_alt1/News4Kru.webp" type="Texture" id=5]
|
||||
|
||||
[node name="Scene_alt1" type="Node2D"]
|
||||
script = ExtResource( 4 )
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="."]
|
||||
texture = ExtResource( 5 )
|
||||
centered = false
|
||||
|
||||
[node name="Sprite2" type="Sprite" parent="."]
|
||||
visible = false
|
||||
texture = ExtResource( 1 )
|
||||
centered = false
|
||||
|
||||
[node name="Sprite3" type="Sprite" parent="."]
|
||||
visible = false
|
||||
texture = ExtResource( 3 )
|
||||
centered = false
|
||||
|
||||
[node name="EasterZakviel" type="Node2D" parent="."]
|
||||
|
||||
[node name="TextureButton" type="TextureButton" parent="EasterZakviel"]
|
||||
margin_left = 2630.0
|
||||
margin_top = 665.0
|
||||
margin_right = 2967.0
|
||||
margin_bottom = 808.0
|
||||
texture_click_mask = ExtResource( 2 )
|
||||
|
||||
[connection signal="mouse_entered" from="EasterZakviel/TextureButton" to="." method="_on_TextureButton_mouse_entered"]
|
||||
[connection signal="mouse_exited" from="EasterZakviel/TextureButton" to="." method="_on_TextureButton_mouse_exited"]
|
||||
[connection signal="pressed" from="EasterZakviel/TextureButton" to="." method="_on_TextureButton_pressed"]
|
Loading…
Add table
Add a link
Reference in a new issue