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.
ld48/Intro.tscn

34 lines
897 B
Text

[gd_scene load_steps=4 format=2]
[ext_resource path="res://splash.png" type="Texture" id=1]
[ext_resource path="res://sound/g'oh.wav" type="AudioStream" id=2]
[ext_resource path="res://Gohh.gd" type="Script" id=3]
[node name="Intro" type="Node2D"]
[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"]
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 )
autoplay = true
script = ExtResource( 3 )