Qarvexium
رفتن به کانال در Telegram
——————————————————————— • TikTok: tiktok.com/@issaorb ——————————————————————— • YouTube: https://youtube.com/@issabekus ——————————————————————– • Официальный сайт: https://issabekus.github.io/issabekus ———————————————————————
نمایش بیشتر650
مشترکین
-124 ساعت
-87 روز
-3130 روز
آرشیو پست ها
650
🔴•→>> ВСЕ ИНФОРМАЦИЯ <<←•🔴
📱Bedrock:
Версия: 1.21.111 - 1.26.3
IP: issabekus.aternos.me Порт: 30259-------------------------------- 🖥️ Java: Версия: 1.21.11
IP: issabekus.aternos.me:30259-------------------------------- 📝 Командалардың тізімі: ◽ Телепорт:
•/tpa ‹НИК› (заявка на тп). •/tpaccept (принять тп). •/tpdeny (не принимать тп). •/rtp (рандом тп). •/back (последний место смерти). •/sethome ‹АТЫ› (добавить точка). •/delhome ‹АТЫ› (удалить точку). •/home ‹АТЫ› (тп на точку). •/homes (список точек). •/spawn (спавн).◽Приват, регион:
•//pos1 (бірінші точка). •//pos2 (екінші точка). •/rg claim ‹РГ АТЫ› (создать регион). •/rg addmember ‹РГ АТЫ› ‹НИК› (ргға адам қосу). •/rg removemember ‹РГ АТЫ› ‹НИК› (ргдан адамды шығару). •/rg remove ‹РГ АТЫ› (удалить рг).
650
background_image = 'green.jpg'
import pygame, random
from Car import Car
from pygame.locals import *
from sys import exit
pygame.init()
RED = (255, 0, 0)
GREEN = (20, 255, 140)
GREY = (210, 210, 210)
WHITE = (255, 255, 255)
screen = pygame.display.set_mode((400, 500), 0, 32)
pygame.display.set_caption("My First Game")
background = pygame.image.load(background_image).convert()
cars_list = pygame.sprite.Group()
playerCar = Car(RED, 20, 30)
playerCar.rect.x = 200
playerCar.rect.y = 450
cars_list.add(playerCar)
check = True
clock = pygame.time.Clock()
while check:
for event in pygame.event.get():
if event.type == pygame.QUIT:
check = False
# Экранға саламыз
screen.fill(GREEN)
# Жолды саламыз
pygame.draw.rect(screen, GREY, [100, 0, 200, 450])
# Draw line painting on the road
pygame.draw.line(screen, WHITE, [200, 0], [200, 450], 5)
cars_list.draw(screen)
# Экранды жаңарту
pygame.display.flip()
clock.tick(60)
pygame.quit()
650
import pygame
WHITE = (255, 255, 255)
class Car(pygame.sprite.Sprite):
def init(self, color, width, height):
super().init()
self.image = pygame.Surface([width, height])
self.image.fill(WHITE)
self.image.set_colorkey(WHITE)
pygame.draw.rect(self.image, color, [0, 0, width, height])
self.rect = self.image.get_rect()
650
background_image = 'plate.png'
mouse_image = 'apple.jpg'
import pygame
from pygame.locals import *
from sys import exit
pygame.init()
screen = pygame.display.set_mode((640,480), 0, 32)
pygame.display.set_caption("Hello, World!")
background = pygame.image.load(background_image).convert()
mouse_cursor = pygame.image.load(mouse_image).convert_alpha()
while True:
for event in pygame.event.get():
if event.type == QUIT:
exit()
screen.blit(background, (0,0))
x, y = pygame.mouse.get_pos()
x -= mouse_cursor.get_width() / 2
y -= mouse_cursor.get_height() / 2
screen.blit(mouse_cursor, (x, y))
pygame.display.update()
650
background_image = 'green.jpg'
import pygame
from pygame.locals import *
from sys import exit
pygame.init()
screen = pygame.display.set_mode((600,500), 0, 32)
pygame.display.set_caption("My First Game")
background = pygame.image.load(background_image).convert()
while True:
for event in pygame.event.get():
if event.type == QUIT:
exit()
screen.blit(background, (0,0))
pygame.display.update()
650
Repost from Qarvexium
Бір блок:
Джава:
issabekus_1block.aternos.me:40036
Бедрок:
IP: issabekus_1block.aternos.me
Порт: 40036
اکنون در دسترس! پژوهش تلگرام ۲۰۲۵ — مهمترین بینشهای سال 
