Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Omnibus-archive
/
sim-1
like
0
Running
App
Files
Files
Community
main
sim-1
/
OpenSC2K-master
/
src
/
cell
/
location.js
Omnibus
Upload 131 files
4ee4376
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
141 Bytes
import
Phaser
from
'phaser'
;
export
default
class
location
extends
Phaser.Math.Vector3
{
constructor
(x, y, z) {
super
(x, y, z);
}
}