Skip to content

Commit 4824ed5

Browse files
Move isSlowWalking property to animation group level
1 parent 0299419 commit 4824ed5

15 files changed

+48
-15
lines changed

objects/rct2/peep_animations/rct2.peep_animations.entertainer_astronaut.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"objectType": "peep_animations",
1313
"properties": {
1414
"peepType": "entertainer",
15-
"isSlowWalking": true,
1615
"noRandomPlacement": false
1716
},
1817
"strings": {
@@ -54,6 +53,7 @@
5453
"animationGroups": [
5554
{
5655
"scriptName": "astronaut",
56+
"isSlowWalking": true,
5757
"legacyPosition": 11,
5858
"animations": {
5959
"walking": {

objects/rct2/peep_animations/rct2.peep_animations.entertainer_bandit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"objectType": "peep_animations",
1212
"properties": {
1313
"peepType": "entertainer",
14-
"isSlowWalking": false,
1514
"noRandomPlacement": false
1615
},
1716
"strings": {
@@ -53,6 +52,7 @@
5352
"animationGroups": [
5453
{
5554
"scriptName": "bandit",
55+
"isSlowWalking": false,
5656
"legacyPosition": 12,
5757
"animations": {
5858
"walking": {

objects/rct2/peep_animations/rct2.peep_animations.entertainer_elephant.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"objectType": "peep_animations",
1313
"properties": {
1414
"peepType": "entertainer",
15-
"isSlowWalking": false,
1615
"noRandomPlacement": false
1716
},
1817
"strings": {
@@ -55,6 +54,7 @@
5554
"animationGroups": [
5655
{
5756
"scriptName": "elephant",
57+
"isSlowWalking": false,
5858
"legacyPosition": 6,
5959
"animations": {
6060
"walking": {

objects/rct2/peep_animations/rct2.peep_animations.entertainer_gorilla.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"objectType": "peep_animations",
1313
"properties": {
1414
"peepType": "entertainer",
15-
"isSlowWalking": false,
1615
"noRandomPlacement": false
1716
},
1817
"strings": {
@@ -54,6 +53,7 @@
5453
"animationGroups": [
5554
{
5655
"scriptName": "gorilla",
56+
"isSlowWalking": false,
5757
"legacyPosition": 8,
5858
"animations": {
5959
"walking": {

objects/rct2/peep_animations/rct2.peep_animations.entertainer_knight.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"objectType": "peep_animations",
1313
"properties": {
1414
"peepType": "entertainer",
15-
"isSlowWalking": false,
1615
"noRandomPlacement": false
1716
},
1817
"strings": {
@@ -54,6 +53,7 @@
5453
"animationGroups": [
5554
{
5655
"scriptName": "knight",
56+
"isSlowWalking": false,
5757
"legacyPosition": 10,
5858
"animations": {
5959
"walking": {

objects/rct2/peep_animations/rct2.peep_animations.entertainer_panda.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"objectType": "peep_animations",
1313
"properties": {
1414
"peepType": "entertainer",
15-
"isSlowWalking": false,
1615
"noRandomPlacement": false
1716
},
1817
"strings": {
@@ -55,6 +54,7 @@
5554
"animationGroups": [
5655
{
5756
"scriptName": "panda",
57+
"isSlowWalking": false,
5858
"legacyPosition": 4,
5959
"animations": {
6060
"walking": {

objects/rct2/peep_animations/rct2.peep_animations.entertainer_pirate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"objectType": "peep_animations",
1212
"properties": {
1313
"peepType": "entertainer",
14-
"isSlowWalking": true,
1514
"noRandomPlacement": false
1615
},
1716
"strings": {
@@ -53,6 +52,7 @@
5352
"animationGroups": [
5453
{
5554
"scriptName": "pirate",
55+
"isSlowWalking": true,
5656
"legacyPosition": 14,
5757
"animations": {
5858
"walking": {

objects/rct2/peep_animations/rct2.peep_animations.entertainer_roman.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"objectType": "peep_animations",
1313
"properties": {
1414
"peepType": "entertainer",
15-
"isSlowWalking": false,
1615
"noRandomPlacement": false
1716
},
1817
"strings": {
@@ -54,6 +53,7 @@
5453
"animationGroups": [
5554
{
5655
"scriptName": "roman",
56+
"isSlowWalking": false,
5757
"legacyPosition": 7,
5858
"animations": {
5959
"walking": {

objects/rct2/peep_animations/rct2.peep_animations.entertainer_sheriff.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"objectType": "peep_animations",
1212
"properties": {
1313
"peepType": "entertainer",
14-
"isSlowWalking": false,
1514
"noRandomPlacement": false
1615
},
1716
"strings": {
@@ -53,6 +52,7 @@
5352
"animationGroups": [
5453
{
5554
"scriptName": "sheriff",
55+
"isSlowWalking": false,
5656
"legacyPosition": 13,
5757
"animations": {
5858
"walking": {

objects/rct2/peep_animations/rct2.peep_animations.entertainer_snowman.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"objectType": "peep_animations",
1313
"properties": {
1414
"peepType": "entertainer",
15-
"isSlowWalking": false,
1615
"noRandomPlacement": false
1716
},
1817
"strings": {
@@ -54,6 +53,7 @@
5453
"animationGroups": [
5554
{
5655
"scriptName": "snowman",
56+
"isSlowWalking": false,
5757
"legacyPosition": 9,
5858
"animations": {
5959
"walking": {

0 commit comments

Comments
 (0)