refactor: support > 65536 spaces
This commit is contained in:
parent
348a24d8a2
commit
e0a30ddb0b
|
@ -2,7 +2,7 @@ import Component from '@/ecs/component.js';
|
|||
|
||||
export default class AreaSize extends Component {
|
||||
static properties = {
|
||||
x: {type: 'uint16'},
|
||||
y: {type: 'uint16'},
|
||||
x: {type: 'uint32'},
|
||||
y: {type: 'uint32'},
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user