1
0
forked from noxious/server

Renamed frameSpeed > frameRate

This commit is contained in:
2024-12-21 02:27:14 +01:00
parent 2c10b54582
commit 5c47edd230
9 changed files with 54 additions and 47 deletions

View File

@ -38,7 +38,7 @@ model SpriteAction {
isLooping Boolean @default(false)
frameWidth Int @default(0)
frameHeight Int @default(0)
frameSpeed Int @default(0)
frameRate Int @default(0)
}
model Item {

View File

@ -13,7 +13,7 @@ model Object {
originX Decimal @default(0)
originY Decimal @default(0)
isAnimated Boolean @default(false)
frameSpeed Int @default(0)
frameRate Int @default(0)
frameWidth Int @default(0)
frameHeight Int @default(0)
createdAt DateTime @default(now())