k space Qna 관련 답변 2 페이지

완전 쉬운 코딩이요! 내공 다 드릴게요

... key == pygame.K_SPACE: 무기 발사는 스페이스 weapon_x_pos = character_x_pos + (character_width / 2) - (weapon_width / 2) weapon_y_pos = character_y_pos...

태그: 내공, 500, , 드릴, 수도, 있어요, 제발, ㅠㅠ

저 파이썬 코드 만들고 있는데 질문이...

... key == pygame.K_SPACE: 별 발사 starX = x + fighterWidth/2 starY = y - fighterHeight starXY.append([starX, starY]) if event.type in [pygame.KEYUP]: if event.key...

태그: 파이썬코딩

python 질문

... key == pygame.K_SPACE: SB = 1 screen.fill(black) font = pygame.font.Font("C:/Users/admin/AppData/Local/Microsoft/Windows/Fonts/NotoSansKR-Light.otf", 15) text...

태그:

파이썬 pygame 질문

... key == pygame.K_SPACE: arrow_y -= 10 screen.fill((WHITE)) screen.blit(target_img, target_rect) screen.blit(arrow_img, (arrow_x, arrow_y)) pygame.display.update...

태그: 파이썬, 파이썬코딩, 파이썬프로그래밍, 파이게임, pygame, python, 프로그래밍, 프로그래밍기초

파이게임이 안 됨

... key == pygame.K_SPACE: speed_input = input("공의 속도를 입력하세요: ") try: speed = float(speed_input) ball = Ball(speed) all_sprites.add(ball) except ValueError: print...

태그:

영어 단어 Space 앞에 관사 the

우주를 뜻하는 Space 앞에 관사 the 붙여도 되나용?ㅜㅜ 질문 영어 단어 Space 앞에 관사 the 우주를 뜻하는 Space 앞에 관사 the 붙여도 되나용?ㅜㅜ...

태그: 영어, 영어문법, 영문법

pygame 실행 도와주세요. (코드 수정ㅠㅠ)

... key == pygame.K_SPACE and not jumping and not game_over: jumping = True player_y_velocity = jump_power elif event.key == pygame.K_LEFT: player_x_velocity = - 5 elif event....

태그:

파이게임이 안되는데 도와주세요

... key == pygame.K_SPACE: speed_input = input("공의 속도를 입력하세요: ") try: speed = float(speed_input) ball = Ball(speed) all_sprites.add(ball) except ValueError: print...

태그:

파이썬 질문(좋은 답변하면 채택 해드림)

... key == pygame.K_SPACE: weapon_x_pos = character_x_pos + (character_width / 2) - (weapon_width / 2) weapon_y_pos = character_y_pos weapons.append([weapon_x...

태그: 파이썬, 파이썬코딩, pygame

import pygame pyga

... 무기는 한 번에 2발만 발사됨 elif event.key == pygame.K_SPACE: if len(bullet_xy) < 3: bullet_x = x + fighter_width/2 bullet_y = y - fighter_height bullet...

태그: 게임에, 전투기가, 게임, 마우스로, 왼쪽, 게임화면을, 전투기, 적이, 게임화면의, pygame을

    실시간 인기 검색어
    인기 검색어 더보기 →
    ...