Refactor rendering
This commit is contained in:
parent
9b47d56d8f
commit
c892ca2d01
38 changed files with 511 additions and 429 deletions
3
frontend/src/scripts/drawing/drawables/lights/i-light.ts
Normal file
3
frontend/src/scripts/drawing/drawables/lights/i-light.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import { IDrawable } from '../i-drawable';
|
||||
|
||||
export interface ILight extends IDrawable {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue