imagebutton:
idle "puzzle_piece_10.png"
hover "puzzle_piece_10.png"
xpos 130 ypos 260
action Function(place_puzzle, 10)
imagebutton:
idle "puzzle_piece_11.png"
hover "puzzle_piece_11.png"
xpos 260 ypos 260
action Function(place_puzzle, 11)
imagebutton:
idle "puzzle_piece_12.png"
hover "puzzle_piece_12.png"
xpos 390 ypos 260
action Function(place_puzzle, 12)
# Ряд 4
imagebutton:
idle "puzzle_piece_13.png"
hover "puzzle_piece_13.png"
xpos 0 ypos 390
action
Function(place_puzzle, 13)
imagebutton:
idle "puzzle_piece_14.png"
hover "puzzle_piece_14.png"
xpos 130 ypos 390
action Function(place_puzzle, 14)
imagebutton:
idle "puzzle_piece_15.png"
hover "puzzle_piece_15.png"
xpos 260 ypos 390
action Function(place_puzzle, 15)
imagebutton:
idle "puzzle_piece_16.png"
hover "puzzle_piece_16.png"
xpos 390 ypos 390
action Function(place_puzzle, 16)
screen robot_check_screen():
tag menu
modal True
add "robot_check.png" xalign 0.5 yalign 0.5
imagebutton:
idle "kvadno.png"
hover "kvad.png"
xpos 212 ypos 107
action Function(start_robot_check)
screen error_screen():
tag menu
modal True
add "diedscreen.png"
# ==========================================
# 4. СЮЖЕТ (ЛЕЙБЛЫ)
# ==========================================
label robot_check_screen_call:
show screen robot_check_screen
return
label after_error_phrase:
p "Да что за..."
jump osnov
#крутотейк ← @renpyhelp_bot
@renpyhelp