Initial commit: Add main menu with Thai, Korean, Japanese buttons and language screens

This commit is contained in:
2026-05-09 00:08:05 +02:00
commit e4ec46e92e
6 changed files with 271 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
module learning
go 1.26.2
require github.com/gen2brain/raylib-go/raylib v0.55.1
require (
github.com/ebitengine/purego v0.7.1 // indirect
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
golang.org/x/sys v0.20.0 // indirect
)