mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2024-12-21 13:56:50 +01:00
16 lines
444 B
Plaintext
16 lines
444 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://marker/AxisMarker2D.tscn" type="PackedScene" id=1]
|
|
|
|
[node name="2D" type="Node2D"]
|
|
|
|
[node name="Scale100" type="Node2D" parent="."]
|
|
rotation = 2.98023e-08
|
|
scale = Vector2( 100, 100 )
|
|
|
|
[node name="AxisMarker" parent="Scale100" instance=ExtResource( 1 )]
|
|
|
|
[node name="AxisMarker2" parent="Scale100/AxisMarker" instance=ExtResource( 1 )]
|
|
position = Vector2( 1.5, 1 )
|
|
rotation = 0.349066
|