import pygame, random
image_path = ‘/data/data/com.devgmore.spacesturm/files/app/’
clock = pygame.time.Clock()
pygame.init()
screen = pygame.display.set_mode((604, 377))
pygame.display.set_caption(«Space Sturm»)
icon = pygame.image.load(image_path + ‘Images/icon.png’).convert_alpha()
pygame.display.set_icon(icon)
player_speed = 7
player_x = 150
player_y = 246
is_jump = False
jump_count = 8
bg_x = 0
gameplay = True
restart_x = 230
restart_y = 250
ghost_timer = pygame.USEREVENT + 1…
Форум информационной безопасности — Codeby.net
Ваша реакция?
+1
+1
+1
+1
+1
+1
+1