mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
7 lines
247 B
Text
7 lines
247 B
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://Effects/FadeIn.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://Effects/FadeOut.gd" type="Script" id=2]
|
|
|
|
[node name="FadeOut" instance=ExtResource( 1 )]
|
|
script = ExtResource( 2 )
|