Core: Add Ast_Label

This commit is contained in:
Krzosa Karol
2023-04-22 12:38:48 +02:00
parent d244608571
commit eff6b10cf4
10 changed files with 140 additions and 98 deletions

View File

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