9 lines
306 B
Text
9 lines
306 B
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://assets/InfoScreen.gltf" type="PackedScene" id=1]
|
|
[ext_resource path="res://scene/InfoScreen.gd" type="Script" id=2]
|
|
|
|
[node name="InfoScreen" type="Spatial"]
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="InfoScreen" parent="." instance=ExtResource( 1 )]
|