Skip to content

Commit 19ce8ae

Browse files
committed
previews
1 parent 84edf8c commit 19ce8ae

File tree

6 files changed

+30
-21
lines changed

6 files changed

+30
-21
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ In the mod's settings, you can customize button visuals and functionality.
1616
- **CyanBoi** - For beta testing, finding bugs and giving me feedbacks
1717
- **iCreate Pro** - For inspiration on the Custom Move Button feature
1818
# Preview
19-
![Preview 1 with button background](preview1.png)
20-
![Preview 2 without button background](preview2.png)
19+
![Preview 1 with button background](previews/preview-1.png)
20+
![Preview 2 without button background](previews/preview-2.png)
2121
# Known Bugs
2222
- Buttons disappears whenever you copy + paste multiple objects. Appears again whenever you move your editor
2323
*(Best way to prevent this is enabling Button Presistent since I don't know how to fix this bug)*

about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ In the mod's settings, you can customize button visuals and functionality.
2020

2121
# Preview
2222

23-
![Preview 1 with button background](arcticwoof.quickmovebuttons/preview1.png)
23+
![Preview 1 with button background](arcticwoof.quickmovebuttons/preview-1.png)
2424

25-
![Preview 2 without button background](arcticwoof.quickmovebuttons/preview2.png)
25+
![Preview 2 without button background](arcticwoof.quickmovebuttons/preview-2.png)
2626

2727
# Known Bugs
2828

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
# v1.0.2
2+
- Fixed previews
3+
14
# v1.0.1
25
- Added **Button Presistent** in the mod settings (Always show the transform buttons even when an object isn't selected)
36
- Added **Show Draggable Area** in the mod settings and it's on by default (This is useful to know where exactly the draggable area is)
47
- Added **Scale Draggable Area** in the mod settings (You can change the draggable area for ease of use)
58
- Fixed the buttons size and positioning
9+
610
# v1.0.0
711
- Initial release

mod.json

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,27 @@
88
},
99
"id": "arcticwoof.quickmovebuttons",
1010
"name": "Quick Move Buttons",
11-
"version": "v1.0.1",
11+
"version": "v1.0.2",
12+
"developers": [
13+
"ArcticWoof",
14+
"Cheeseworks"
15+
],
16+
"links": {
17+
"source": "https://github.com/DumbCaveSpider/QuickMoveButtons"
18+
},
19+
"tags": [
20+
"editor",
21+
"interface",
22+
"enhancement",
23+
"offline",
24+
"utility"
25+
],
26+
"description": "Adds move buttons outside the Edit tab.",
27+
"resources": {
28+
"sprites": [
29+
"previews/*"
30+
]
31+
},
1232
"settings": {
1333
"scale-btns": {
1434
"name": "Scale Button",
@@ -70,20 +90,5 @@
7090
"type": "bool",
7191
"default": false
7292
}
73-
},
74-
"developers": [
75-
"ArcticWoof",
76-
"Cheeseworks"
77-
],
78-
"links": {
79-
"source": "https://github.com/DumbCaveSpider/QuickMoveButtons"
80-
},
81-
"tags": [
82-
"editor",
83-
"interface",
84-
"enhancement",
85-
"offline",
86-
"utility"
87-
],
88-
"description": "Adds move buttons outside the Edit tab."
93+
}
8994
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)