add zombie template
This commit is contained in:
parent
53dede972f
commit
e922061a9f
13 changed files with 70 additions and 67 deletions
|
@ -1,78 +1,36 @@
|
||||||
{
|
{
|
||||||
"Map/SizeTest": {
|
"activeFile": "",
|
||||||
"height": 4300,
|
|
||||||
"width": 2
|
|
||||||
},
|
|
||||||
"activeFile": "TileMaps/main.tmj",
|
|
||||||
"expandedProjectPaths": [
|
"expandedProjectPaths": [
|
||||||
".",
|
|
||||||
"TileSets",
|
|
||||||
"TileMaps"
|
|
||||||
],
|
],
|
||||||
"fileStates": {
|
"fileStates": {
|
||||||
"": {
|
|
||||||
"scaleInDock": 1
|
|
||||||
},
|
|
||||||
"TileMaps/TileSets/TileSet 1.tsj": {
|
|
||||||
"scaleInDock": 1
|
|
||||||
},
|
|
||||||
"TileMaps/main.tmj": {
|
"TileMaps/main.tmj": {
|
||||||
"scale": 0.33,
|
"scale": 0.5,
|
||||||
"selectedLayer": 1,
|
"selectedLayer": 0,
|
||||||
"viewCenter": {
|
"viewCenter": {
|
||||||
"x": 1010.6060606060606,
|
"x": 745,
|
||||||
"y": 553.0303030303031
|
"y": 756
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TileMaps/main.tmj#IconSet": {
|
|
||||||
"dynamicWrapping": true,
|
|
||||||
"scaleInEditor": 1
|
|
||||||
},
|
|
||||||
"TileSets/CollisionTileSet.tsj": {
|
|
||||||
"scaleInDock": 0.75,
|
|
||||||
"scaleInEditor": 1
|
|
||||||
},
|
|
||||||
"TileSets/IconSet.tsj": {
|
"TileSets/IconSet.tsj": {
|
||||||
"dynamicWrapping": true
|
"dynamicWrapping": true
|
||||||
},
|
},
|
||||||
"TileSets/TileSet 1.tsj": {
|
"TileSets/TileSet 1.tsj": {
|
||||||
"dynamicWrapping": false,
|
|
||||||
"scaleInDock": 1,
|
|
||||||
"scaleInEditor": 1.5
|
|
||||||
},
|
|
||||||
"TileSets/TilesetNature.tsj": {
|
|
||||||
"dynamicWrapping": false
|
|
||||||
"scaleInDock": 1
|
"scaleInDock": 1
|
||||||
},
|
},
|
||||||
"TileSets/WallSet.tsj": {
|
"TileSets/TilesetNature.tsj": {
|
||||||
"scaleInDock": 1,
|
"scaleInDock": 1.5
|
||||||
"scaleInEditor": 1
|
|
||||||
},
|
},
|
||||||
"TileSets/tileset 1 collision.tsj": {
|
"TileSets/tileset 1 collision.tsj": {
|
||||||
|
"dynamicWrapping": false,
|
||||||
"scaleInDock": 1
|
"scaleInDock": 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"last.imagePath": "D:/C#/Я смотрел ваши ХАКАТОНЫ/ZoFo/ZoFo/Content/Textures/icons",
|
"last.imagePath": "D:/C#/Я смотрел ваши ХАКАТОНЫ/ZoFo/ZoFo/Content/Textures/icons",
|
||||||
"last.objectTemplatePath": "D:/C#/Я смотрел ваши ХАКАТОНЫ/ZoFo/ZoFo/Content/MapData/Templates",
|
"last.objectTemplatePath": "D:/C#/Я смотрел ваши ХАКАТОНЫ/ZoFo/ZoFo/Content/MapData/Templates/Enemies",
|
||||||
"openFiles": [
|
"openFiles": [
|
||||||
"TileSets/TileSet 1.tsj",
|
|
||||||
"TileMaps/main.tmj"
|
|
||||||
],
|
],
|
||||||
"project": "MapSession.tiled-project",
|
"project": "MapSession.tiled-project",
|
||||||
"recentFiles": [
|
"recentFiles": [
|
||||||
"TileSets/TileSet 1.tsj",
|
"TileMaps/main.tmj"
|
||||||
"TileMaps/main.tmj",
|
]
|
||||||
"TileSets/CollisionTileSet.tsj",
|
|
||||||
"TileSets/WallSet.tsj"
|
|
||||||
],
|
|
||||||
"stampsFolder": "D:/C#/Я смотрел ваши ХАКАТОНЫ/ZoFo/ZoFo/Content/MapData/TileStamps",
|
|
||||||
"tileset.embedInMap": false,
|
|
||||||
"tileset.lastUsedFormat": "json",
|
|
||||||
"tileset.margin": 0,
|
|
||||||
"tileset.spacing": 0,
|
|
||||||
"tileset.tileSize": {
|
|
||||||
"height": 16,
|
|
||||||
"width": 16
|
|
||||||
},
|
|
||||||
"tileset.type": 1
|
|
||||||
}
|
}
|
||||||
|
|
18
ZoFo/Content/MapData/Templates/Enemies/Zombie.tj
Normal file
18
ZoFo/Content/MapData/Templates/Enemies/Zombie.tj
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
{ "object":
|
||||||
|
{
|
||||||
|
"gid":8,
|
||||||
|
"height":16,
|
||||||
|
"id":1,
|
||||||
|
"name":"Zombie",
|
||||||
|
"rotation":0,
|
||||||
|
"type":"",
|
||||||
|
"visible":true,
|
||||||
|
"width":16
|
||||||
|
},
|
||||||
|
"tileset":
|
||||||
|
{
|
||||||
|
"firstgid":1,
|
||||||
|
"source":"..\/..\/TileSets\/IconSet.tsj"
|
||||||
|
},
|
||||||
|
"type":"template"
|
||||||
|
}
|
|
@ -2113,15 +2113,15 @@
|
||||||
"x":112,
|
"x":112,
|
||||||
"y":80
|
"y":80
|
||||||
}],
|
}],
|
||||||
"height":144,
|
"height":96,
|
||||||
"id":5,
|
"id":5,
|
||||||
"name":"Collidable",
|
"name":"Collidable",
|
||||||
"opacity":1,
|
"opacity":1,
|
||||||
"startx":-16,
|
"startx":0,
|
||||||
"starty":-16,
|
"starty":0,
|
||||||
"type":"tilelayer",
|
"type":"tilelayer",
|
||||||
"visible":true,
|
"visible":true,
|
||||||
"width":208,
|
"width":128,
|
||||||
"x":0,
|
"x":0,
|
||||||
"y":0
|
"y":0
|
||||||
},
|
},
|
||||||
|
@ -2148,10 +2148,10 @@
|
||||||
"y":0
|
"y":0
|
||||||
}],
|
}],
|
||||||
"nextlayerid":6,
|
"nextlayerid":6,
|
||||||
"nextobjectid":1,
|
"nextobjectid":2,
|
||||||
"orientation":"orthogonal",
|
"orientation":"orthogonal",
|
||||||
"renderorder":"right-down",
|
"renderorder":"right-down",
|
||||||
"tiledversion":"1.11.0",
|
"tiledversion":"1.10.2",
|
||||||
"tileheight":16,
|
"tileheight":16,
|
||||||
"tilesets":[
|
"tilesets":[
|
||||||
{
|
{
|
||||||
|
@ -2165,6 +2165,10 @@
|
||||||
{
|
{
|
||||||
"firstgid":813,
|
"firstgid":813,
|
||||||
"source":"..\/TileSets\/TilesetNature.tsj"
|
"source":"..\/TileSets\/TilesetNature.tsj"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"firstgid":1317,
|
||||||
|
"source":"..\/TileSets\/IconSet.tsj"
|
||||||
}],
|
}],
|
||||||
"tilewidth":16,
|
"tilewidth":16,
|
||||||
"type":"map",
|
"type":"map",
|
||||||
|
|
|
@ -8,51 +8,57 @@
|
||||||
"margin":0,
|
"margin":0,
|
||||||
"name":"IconSet",
|
"name":"IconSet",
|
||||||
"spacing":0,
|
"spacing":0,
|
||||||
"tilecount":7,
|
"tilecount":8,
|
||||||
"tiledversion":"1.10.2",
|
"tiledversion":"1.10.2",
|
||||||
"tileheight":1200,
|
"tileheight":1200,
|
||||||
"tiles":[
|
"tiles":[
|
||||||
{
|
{
|
||||||
"id":0,
|
"id":0,
|
||||||
"image":"..\/..\/Textures\/icons\/Collectables\/ammunition.png",
|
"image":"..\/..\/Textures\/icons\/Collectables\/Ammo.png",
|
||||||
"imageheight":512,
|
"imageheight":512,
|
||||||
"imagewidth":512
|
"imagewidth":512
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id":1,
|
"id":1,
|
||||||
"image":"..\/..\/Textures\/icons\/Collectables\/Blue Potion.png",
|
"image":"..\/..\/Textures\/icons\/Collectables\/PureBottleOfWater.png",
|
||||||
"imageheight":32,
|
"imageheight":32,
|
||||||
"imagewidth":32
|
"imagewidth":32
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id":2,
|
"id":2,
|
||||||
"image":"..\/..\/Textures\/icons\/Collectables\/Water Bottle.png",
|
"image":"..\/..\/Textures\/icons\/Collectables\/BottleOfWater.png",
|
||||||
"imageheight":32,
|
"imageheight":32,
|
||||||
"imagewidth":32
|
"imagewidth":32
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id":3,
|
"id":3,
|
||||||
"image":"..\/..\/Textures\/icons\/Collectables\/Wood Log.png",
|
"image":"..\/..\/Textures\/icons\/Collectables\/Wood.png",
|
||||||
"imageheight":32,
|
"imageheight":32,
|
||||||
"imagewidth":32
|
"imagewidth":32
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id":4,
|
"id":4,
|
||||||
"image":"..\/..\/Textures\/icons\/Collectables\/Silver Ingot.png",
|
"image":"..\/..\/Textures\/icons\/Collectables\/Steel.png",
|
||||||
"imageheight":32,
|
"imageheight":32,
|
||||||
"imagewidth":32
|
"imagewidth":32
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id":5,
|
"id":5,
|
||||||
"image":"..\/..\/Textures\/icons\/Collectables\/Monster Meat.png",
|
"image":"..\/..\/Textures\/icons\/Collectables\/RottenFlesh.png",
|
||||||
"imageheight":32,
|
"imageheight":32,
|
||||||
"imagewidth":32
|
"imagewidth":32
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id":6,
|
"id":6,
|
||||||
"image":"..\/..\/Textures\/icons\/Collectables\/Stone.png",
|
"image":"..\/..\/Textures\/icons\/Collectables\/Peeble.png",
|
||||||
"imageheight":1200,
|
"imageheight":1200,
|
||||||
"imagewidth":1200
|
"imagewidth":1200
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id":7,
|
||||||
|
"image":"..\/..\/Textures\/icons\/zombie_218153.png",
|
||||||
|
"imageheight":512,
|
||||||
|
"imagewidth":512
|
||||||
}],
|
}],
|
||||||
"tilewidth":1200,
|
"tilewidth":1200,
|
||||||
"type":"tileset",
|
"type":"tileset",
|
||||||
|
|
|
@ -470,6 +470,23 @@
|
||||||
"type":"Tile"
|
"type":"Tile"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"animation":[
|
||||||
|
{
|
||||||
|
"duration":100,
|
||||||
|
"tileid":111
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"duration":100,
|
||||||
|
"tileid":112
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"duration":100,
|
||||||
|
"tileid":113
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"duration":100,
|
||||||
|
"tileid":114
|
||||||
|
}],
|
||||||
"id":111,
|
"id":111,
|
||||||
"probability":0.100000001490116,
|
"probability":0.100000001490116,
|
||||||
"type":"Tile"
|
"type":"Tile"
|
||||||
|
|
BIN
ZoFo/Content/Textures/icons/zombie_218153.png
Normal file
BIN
ZoFo/Content/Textures/icons/zombie_218153.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
Loading…
Add table
Reference in a new issue