Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "id": "portal",
- "extends": "base_charactertile",
- "name": "Portal",
- "components": {
- "characterobject": {
- "characters": [
- {
- "letter": "◌",
- "animateIn": {
- "time": 1000,
- "zRotation": 0.5,
- "start": {
- "scale": 0
- },
- "end": {
- "scale": 1
- }
- },
- "animations": [
- {
- "time": 1000,
- "zRotation": 0.5,
- "start": {
- "scale": 1
- },
- "end": {
- "scale": 0.5
- }
- },
- {
- "time": 1000,
- "zRotation": 0.5,
- "start": {
- "scale": 0.5
- },
- "end": {
- "scale": 1
- }
- }
- ]
- },
- {
- "letter": "⁐",
- "animateIn": {
- "time": 1000,
- "zRotation": 2,
- "start": {
- "scale": 0
- },
- "end": {
- "scale": 1
- }
- },
- "animations": [
- {
- "time": 1000,
- "zRotation": 2,
- "end": {
- "scale": 0.9
- }
- },
- {
- "time": 1000,
- "zRotation": 2,
- "end": {
- "scale": 1
- }
- }
- ]
- }
- ],
- "fontName": "mplus",
- "color": "#3333ff",
- "xRot": 0.5,
- "yRot": 0.25,
- "scale": 0.05,
- "zOffset": 0.5
- },
- "blocksFov": false,
- "blocksMovement": false
- }
- },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement