pandemonium_demo_projects/misc/2.5d/assets/cube/cube.tscn

23 lines
708 B
Plaintext

[gd_scene load_steps=5 format=2]
[ext_resource path="res://addons/node25d/icons/y_sort_25d_icon.png" type="Texture" id=1]
[ext_resource path="res://assets/ui/overlay_cube.tscn" type="PackedScene" id=2]
[ext_resource path="res://assets/cube/cube_math.gd" type="Script" id=3]
[ext_resource path="res://addons/node25d/y_sort_25d.gd" type="Script" id=4]
[node name="Cube" type="Node2D"]
[node name="Overlay" parent="." instance=ExtResource( 2 )]
[node name="Camera2D" type="Camera2D" parent="."]
current = true
[node name="CubeMath" type="Spatial" parent="."]
script = ExtResource( 3 )
[node name="YSort25D" type="Node" parent="."]
script = ExtResource( 4 )
__meta__ = {
"_editor_icon": ExtResource( 1 )
}