odieFelipe @odieFelipe
Joined 2 months ago
Dev
How can I set up an overview or setup?How can I access the review or setup? I need a link; they're currently on my phone.
# MENU GLITCH
if tempo % 5 == 0:
mostrar("mickey_normal")
if tempo % 7 == 0:
mostrar("mickey_aberto")
tocar("static")
# START
if clicar:
ir_para(
"noite_1")
# PAINEL LUZ/CHOQUE
def act(t, l):
if t == "l": # luz
en -= 1
if t == "c": # choque
en -= 5
tocar("zap")
# EX: CHOQUE ESQUERDO
if b1:
act
("c", "e")
# SISTEMA DE CAMERAS
def mudar(n):
global c
c = n
# BOTAO 1
if b1:
mudar(1)
print("Minnie")
# BOTAO 2
if b2:
mudar(2)
pr
int("Pateta")
# IA TICO E TECO
if tempo > 5 and sorteio > 8:
esquilos_grade = True
# DEFESA
if segurar_grade:
resistencia -= 1
if resistencia <= 0:
esquilos_grade = False
# JUMPSCARE
if grade_aberta:
JUMP
SCARE_TECO()