mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
overlay remove defaults for props.
This commit is contained in:
parent
05176a2b31
commit
ed495f2fd9
@ -74,16 +74,10 @@
|
|||||||
private readonly control!: Control
|
private readonly control!: Control
|
||||||
|
|
||||||
@Prop()
|
@Prop()
|
||||||
private readonly screenSize: { width: number; height: number } = {
|
private readonly screenSize!: { width: number; height: number }
|
||||||
width: 0,
|
|
||||||
height: 0,
|
|
||||||
}
|
|
||||||
|
|
||||||
@Prop()
|
@Prop()
|
||||||
private readonly canvasSize: { width: number; height: number } = {
|
private readonly canvasSize!: { width: number; height: number }
|
||||||
width: 0,
|
|
||||||
height: 0,
|
|
||||||
}
|
|
||||||
|
|
||||||
@Prop()
|
@Prop()
|
||||||
private readonly isControling!: boolean
|
private readonly isControling!: boolean
|
||||||
|
Loading…
Reference in New Issue
Block a user