cube_point.tscn 561 B

1234567891011121314151617
  1. [gd_scene load_steps=4 format=2]
  2. [ext_resource path="res://addons/node25d-cs/Node25D.cs" type="Script" id=1]
  3. [ext_resource path="res://addons/node25d-cs/icons/node_25d_icon.png" type="Texture2D" id=2]
  4. [ext_resource path="res://assets/cube/godot.png" type="Texture2D" id=3]
  5. [node name="CubePoint" type="Node2D"]
  6. script = ExtResource( 1 )
  7. __meta__ = {
  8. "_editor_icon": ExtResource( 2 )
  9. }
  10. spatialPosition = Vector3(0, 0, 0)
  11. [node name="CubePointMath" type="Node3D" parent="."]
  12. [node name="CubePointSprite" type="Sprite2D" parent="."]
  13. texture = ExtResource( 3 )