From 65493b814a59212122e50216ed458c5c87289cc7 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 6 Aug 2025 11:53:25 +0200 Subject: Added skeleton tilemap module to stdlib --- stdlib/tilemap.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'stdlib/tilemap.lua') diff --git a/stdlib/tilemap.lua b/stdlib/tilemap.lua index e2dad67..da30c1e 100644 --- a/stdlib/tilemap.lua +++ b/stdlib/tilemap.lua @@ -1,2 +1,3 @@ --- This is a placeholder file for potential standard library that extends the --- framework with additional functionalities. +local tilemap = {} + +return tilemap -- cgit v1.2.3