4
0

meta.header.lua
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-01-27 15:25:57 +01:00
parent e4241fc2d2
commit e4ed56a9d3
3 changed files with 11 additions and 9 deletions

View File

@@ -1 +1,2 @@
meta/meta.header.lua
bombexpert.lua bombexpert.lua

View File

@@ -1,13 +1,4 @@
-- title: BombExpert
-- author: Zsolt Tasnadi
-- desc: Simple BombExpert for TIC-80
-- site: http://teletype.hu
-- license: MIT License
-- version: 0.2
-- script: lua
-- luacheck: globals TIC btn btnp cls rect spr print exit sfx keyp key
-- luacheck: max line length 150
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
-- Constants -- Constants

10
inc/meta/meta.header.lua Normal file
View File

@@ -0,0 +1,10 @@
-- title: BombExpert
-- author: Zsolt Tasnadi
-- desc: Simple BombExpert for TIC-80
-- site: http://teletype.hu
-- license: MIT License
-- version: 0.2
-- script: lua
-- luacheck: globals TIC btn btnp cls rect spr print exit sfx keyp key
-- luacheck: max line length 150