Newer
Older
DungeonShooting / DungeonShooting_Godot / resource / map / tiledata / testGroup / inlet / Room1.json
@小李xl 小李xl on 4 Jul 2023 404 bytes 优化相机
{
	"Position": {
		"X": -1,
		"Y": -1
	},
	"Size": {
		"X": 12,
		"Y": 8
	},
	"DoorAreaInfos": [],
	"NavigationList": [
		{
			"Type": 0,
			"Points": [
				{
					"X": 8,
					"Y": 8
				},
				{
					"X": 152,
					"Y": 8
				},
				{
					"X": 152,
					"Y": 96
				},
				{
					"X": 8,
					"Y": 96
				}
			]
		}
	],
	"GroupName": "testGroup",
	"RoomType": 1,
	"FileName": "Room1",
	"Weight": 100
}