@gamely/gly-engine-lite 0.0.15 → 0.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/main.lua +2 -2
  2. package/package.json +1 -1
package/dist/main.lua CHANGED
@@ -95,7 +95,7 @@ zeebo_module.require(std, application, engine)
95
95
  :package('@math', engine_math)
96
96
  :package('@key', engine_key, {})
97
97
  :package('@draw.fps', engine_draw_fps)
98
- :package('@draw.fps', engine_draw_text, cfg_text)
98
+ :package('@draw.text', engine_draw_text, cfg_text)
99
99
  :package('@draw.poly', engine_draw_poly, native_dict_poly)
100
100
  :package('@color', color)
101
101
  :package('math', engine_math.clib)
@@ -124,7 +124,7 @@ version=version
124
124
  return P
125
125
  end
126
126
  core_src_version = function()
127
- return '0.0.15'
127
+ return '0.0.16'
128
128
  end
129
129
  --
130
130
  core_src_lib_common_module = function()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gamely/gly-engine-lite",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "author": "RodrigoDornelles",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://docs.gamely.com.br",