forked from noxious/server
Renamed frameSpeed > frameRate
This commit is contained in:
@ -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 {
|
||||
|
@ -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())
|
||||
|
Reference in New Issue
Block a user