修复缠绕水草的bug
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 4.4 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 685 B |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 3.8 KiB |
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.5 KiB |
@ -1272,7 +1272,7 @@ class TangleKlep(Plant):
|
|||||||
name_list = [idle_name, splash_name]
|
name_list = [idle_name, splash_name]
|
||||||
|
|
||||||
for i, name in enumerate(name_list):
|
for i, name in enumerate(name_list):
|
||||||
self.loadFrames(frame_list[i], name, 1, c.WHITE)
|
self.loadFrames(frame_list[i], name, 1)
|
||||||
|
|
||||||
self.frames = self.idle_frames
|
self.frames = self.idle_frames
|
||||||
|
|
||||||
|
|||||||
@ -827,7 +827,7 @@ class Level(tool.State):
|
|||||||
self.hint_image = image
|
self.hint_image = image
|
||||||
self.hint_rect = image.get_rect()
|
self.hint_rect = image.get_rect()
|
||||||
# 花盆、睡莲图片应当下移一些
|
# 花盆、睡莲图片应当下移一些
|
||||||
if self.plant_name in {c.LILYPAD, '花盆(未实现)'}:
|
if self.plant_name in {c.LILYPAD, '花盆(未实现)', c.TANGLEKLEP}:
|
||||||
self.hint_rect.centerx = pos[0]
|
self.hint_rect.centerx = pos[0]
|
||||||
self.hint_rect.bottom = pos[1] + 25
|
self.hint_rect.bottom = pos[1] + 25
|
||||||
else:
|
else:
|
||||||
|
|||||||