Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "gine", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Gine game engine.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -14,4 +14,4 @@ import { Font } from './text'; | ||
readonly canvas: Canvas | ||
readonly handle: Handle | ||
static readonly canvas: Canvas | ||
static readonly handle: Handle | ||
public fps: number = 0 | ||
@@ -18,0 +18,0 @@ private frameCount: number = 0 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
351375