1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-03-15 15:55:18 +00:00
Pixelorama/src/UI/Canvas/MouseGuideContainer.tscn
Variable d532aee550
Added Measurements to move tool (and other fixes) (#932)
* fixed mouse guide, added measurements

* typo

* code improvements

* change width

* fixed accidental uneven indentation

* minor fixes

* formatting

* formatting

* fixed ui of canvas preview container

* centered labels of tool names

* changed text overrun behaviour of Mode to Ellipsis

* use grid container

* Revert "use grid container"

This reverts commit 8ac9ac2aae.

* Revert "changed text overrun behaviour of Mode to Ellipsis"

This reverts commit eec1482e5f.

* Revert "centered labels of tool names"

This reverts commit 9720e37ef8.

* Revert "fixed ui of canvas preview container"

This reverts commit 9809fa3336.
2023-11-21 16:54:03 +02:00

16 lines
476 B
Text

[gd_scene load_steps=2 format=3 uid="uid://no3w7e2264u4"]
[ext_resource type="Script" path="res://src/UI/Canvas/MouseGuide.gd" id="2"]
[node name="MouseGuideContainer" type="Node2D"]
[node name="Vertical" type="Line2D" parent="."]
visible = false
points = PackedVector2Array(0, 19999, 0, -19999)
script = ExtResource("2")
[node name="Horizontal" type="Line2D" parent="."]
visible = false
points = PackedVector2Array(-19999, 0, 19999, 0)
script = ExtResource("2")
type = 1