Text editor: Remove prototype. Update README

This commit is contained in:
Krzosa Karol
2024-06-14 09:06:10 +02:00
parent ff612d00ef
commit 42ec3f7a18
8 changed files with 32 additions and 72 deletions

View File

@@ -34,7 +34,7 @@ main :: proc(): int {
SANDBOX_TEXT_EDITOR :: 1;
SANDBOX_PROTOTYPE :: 2;
sandbox_chosen := SANDBOX_PROTOTYPE;
sandbox_chosen := SANDBOX_TEXT_EDITOR;
for !WindowShouldClose() {
screen_size: Vector2 = {:f32(GetScreenWidth()), :f32(GetScreenHeight())};