mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-03-15 15:55:18 +00:00
* 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 commit8ac9ac2aae
. * Revert "changed text overrun behaviour of Mode to Ellipsis" This reverts commiteec1482e5f
. * Revert "centered labels of tool names" This reverts commit9720e37ef8
. * Revert "fixed ui of canvas preview container" This reverts commit9809fa3336
.
16 lines
476 B
Text
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
|