mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-16 13:30:07 +01:00
29 lines
834 B
Plaintext
29 lines
834 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://boxrp2xph66pd"]
|
|
|
|
[ext_resource type="Script" uid="uid://hk6icl2fsb5y" path="res://marker/AxisMarker2D.gd" id="1"]
|
|
|
|
[node name="AxisMarker" type="Node2D"]
|
|
script = ExtResource("1")
|
|
|
|
[node name="Origin" type="Node" parent="."]
|
|
|
|
[node name="Line" type="Line2D" parent="Origin"]
|
|
points = PackedVector2Array(0, 0, 0, 0)
|
|
width = 0.1
|
|
default_color = Color(0, 0.266667, 1, 1)
|
|
|
|
[node name="Center" type="Line2D" parent="."]
|
|
points = PackedVector2Array(-0.05, 0, 0.05, 0)
|
|
width = 0.1
|
|
default_color = Color(0, 0.266667, 1, 1)
|
|
|
|
[node name="X" type="Line2D" parent="."]
|
|
points = PackedVector2Array(0.05, 0, 1, 0)
|
|
width = 0.1
|
|
default_color = Color(0.866667, 0, 0, 1)
|
|
|
|
[node name="Y" type="Line2D" parent="."]
|
|
points = PackedVector2Array(0, 0.05, 0, 1)
|
|
width = 0.1
|
|
default_color = Color(0, 0.866667, 0, 1)
|