mirror of
https://github.com/Steffo99/pineapple-surf.git
synced 2024-11-22 15:54:20 +00:00
11 lines
416 B
Text
11 lines
416 B
Text
|
[gd_scene load_steps=3 format=3 uid="uid://dc147tdie7oem"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://player/SplashController.gd" id="1_m4yh2"]
|
||
|
[ext_resource type="AudioStream" uid="uid://xretxahxbqdr" path="res://assets/splash.ogg" id="2_esng3"]
|
||
|
|
||
|
[node name="SplashController" type="Node"]
|
||
|
script = ExtResource("1_m4yh2")
|
||
|
|
||
|
[node name="SplashSound" type="AudioStreamPlayer" parent="."]
|
||
|
stream = ExtResource("2_esng3")
|