File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ def loadimage(filepath):
77
77
78
78
load_error_count = 0
79
79
80
- tag = "2.6.2 "
80
+ tag = "2.6.3 "
81
81
82
82
ofstop = 15
83
83
ofsleft = 15
Original file line number Diff line number Diff line change 2
2
# custom code pattens use python
3
3
4
4
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)
6
6
7
- # use mornaldestroy function remove use normal destroy whenever we use destroy
7
+ # use normaldestroy function just be default destroy
8
8
normaldestroy (destroy )
9
9
# first off, we need to decide if we use rect tool or pen(brush is not working rn)
10
10
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)
12
12
# position of our cursor is rect.bottomright or just [rect.x + rect.w, rect.y + rect.h]
13
13
14
14
# normal rect procedure, iterating over all pixels in our rect
You can’t perform that action at this time.
0 commit comments