Skip to content

Commit

Permalink
v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfstarDev authored Jul 4, 2024
1 parent cb5f49c commit f38f47c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions index/dir.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
--- A Lua module for Defold to access file operations from editor scripts.
-- by Halfstar

local M = {}

local SEP = package.config:sub(1,1) or "/"
Expand Down
3 changes: 2 additions & 1 deletion index/index.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
--- A lua module for Defold to automacitally create an index of custom resources, and to load that index.
--- A Lua module for Defold to automacitally create an index of custom resources, and to load that index.
-- by Halfstar

local dir = require "index.dir"

Expand Down

0 comments on commit f38f47c

Please sign in to comment.