Skip to content

Commit

Permalink
make lua extension shut up
Browse files Browse the repository at this point in the history
  • Loading branch information
29cmb committed Jul 28, 2024
1 parent 4160b7d commit 8eda3ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.vscode
1 change: 1 addition & 0 deletions modules/player.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---@diagnostic disable: missing-parameter
local player = {}
local sprite = require("modules.sprite")
local pause = require("modules.pause")
Expand Down

0 comments on commit 8eda3ff

Please sign in to comment.