Skip to content

Commit fde3fd3

Browse files
committed
version change
1 parent 02b2f71 commit fde3fd3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def loadimage(filepath):
7777

7878
load_error_count = 0
7979

80-
tag = "2.6.2"
80+
tag = "2.6.3"
8181

8282
ofstop = 15
8383
ofsleft = 15

files/patternscripts/examplepat.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# custom code pattens use python
33

44
if destroy: # if we destroying instead of placing
5-
#sam could be achieved by using self.tool == 1 because 1 is destroy(0 - place, 1 - destroy, 2 - copy)
5+
#same could be achieved by using self.tool == 1 because 1 is destroy(0 - place, 1 - destroy, 2 - copy)
66

7-
# use mornaldestroy function remove use normal destroy whenever we use destroy
7+
# use normaldestroy function just be default destroy
88
normaldestroy(destroy)
99
# first off, we need to decide if we use rect tool or pen(brush is not working rn)
1010
elif userect: # userect checks if we use rect to fill
11-
# this block executes after we selecterd an area with rect(after we pressed rmb)
11+
# this block executes after we selected an area with rect(after we pressed rmb)
1212
# position of our cursor is rect.bottomright or just [rect.x + rect.w, rect.y + rect.h]
1313

1414
# normal rect procedure, iterating over all pixels in our rect

0 commit comments

Comments
 (0)