mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-05 10:09:47 +03:00
17 lines
514 B
Plaintext
17 lines
514 B
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://addons/node25d/Node25D.gd" type="Script" id=1]
|
|
[ext_resource path="res://addons/node25d/icons/node25d_icon.png" type="Texture" id=2]
|
|
[ext_resource path="res://assets/cube/godot.png" type="Texture" id=3]
|
|
|
|
[node name="CubePoint" type="Node2D"]
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_editor_icon": ExtResource( 2 )
|
|
}
|
|
|
|
[node name="CubePointMath" type="Spatial" parent="."]
|
|
|
|
[node name="CubePointSprite" type="Sprite" parent="."]
|
|
texture = ExtResource( 3 )
|