1
0
Fork 0
This repository has been archived on 2025-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
pacifist-jam/game/splash/Splash.tscn
2022-07-28 02:00:04 +02:00

36 lines
961 B
Text

[gd_scene load_steps=4 format=2]
[ext_resource path="res://game/splash/splash.png" type="Texture" id=1]
[ext_resource path="res://sound/gohh.wav" type="AudioStream" id=2]
[ext_resource path="res://game/splash/Gohh.gd" type="Script" id=3]
[node name="Intro" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
[node name="CanvasLayer" type="CanvasLayer" parent="."]
[node name="ColorRect" type="ColorRect" parent="CanvasLayer"]
anchor_right = 1.0
anchor_bottom = 1.0
color = Color( 0.141176, 0.141176, 0.141176, 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="TextureRect" type="TextureRect" parent="CanvasLayer"]
visible = false
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="CanvasLayer"]
stream = ExtResource( 2 )
script = ExtResource( 3 )