mirror of
https://github.com/devZoGok/PlanetFleet.git
synced 2026-08-26 19:43:29 +00:00
12 lines
227 B
Lua
12 lines
227 B
Lua
ResourceId = {RESOURCE = 0}
|
|
|
|
resources = {
|
|
{
|
|
name = 'Resource',
|
|
size = {x = 0, y = 0, z = 0},
|
|
hitboxOffset = {x = 0, y = 0, z = 0},
|
|
basePath = PATH .. 'Models/GameObjects/Resources/',
|
|
meshPath = 'resource.xml',
|
|
}
|
|
}
|