Core: Add goto

This commit is contained in:
Krzosa Karol
2023-04-22 13:14:08 +02:00
parent eff6b10cf4
commit 654d6f17e4
10 changed files with 42 additions and 9 deletions

View File

@@ -76,9 +76,6 @@ main :: (): int
target_color := RED
target_color.a = 255/2
:some_label:
target_color = RED
for !WindowShouldClose()
WinX = GetScreenWidth()
WinY = GetScreenHeight()