mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Added resources, and changed slightly how wrappers expose functions.
This commit is contained in:
@@ -80,7 +80,7 @@ namespace image
|
||||
|
||||
luax_register_gc(L, "love.image", instance);
|
||||
|
||||
return luax_register_module(L, wrap_Image_functions, wrap_Image_types);
|
||||
return luax_register_module(L, wrap_Image_functions, wrap_Image_types, "image");
|
||||
}
|
||||
|
||||
} // image
|
||||
|
||||
Reference in New Issue
Block a user