Merge pull request #43 from Ewpratten/rsninja722/nice_map

The world map
This commit is contained in:
Evan Pratten 2022-04-03 22:16:16 -04:00 committed by GitHub
commit 548d09a2bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
112 changed files with 1060 additions and 235 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -1,10 +1,65 @@
{
"name": "env_chairDark",
"bottom_texture": {
"file_path": "assets/env/env_chair/env_chairLegsDark.png"
},
"top_texture": {
"file_path": "assets/env/env_chair/env_chairDark.png"
},
"footprint": [
{
"position": [
0,
0
],
"size": [
64,
64
]
}
],
"visualization_radius": 36.0,
"physics_colliders": [
{
"position": [
-39,
-55
],
"size": [
6,
6
]
},
{
"position": [
39,
-55
],
"size": [
6,
6
]
},
{
"position": [
-39,
18
],
"size": [
6,
6
]
},
{
"position": [
39,
18
],
"size": [
6,
6
]
}
],
"physics_colliders": [],
"temperature": 3.0
}

View File

@ -1,10 +1,65 @@
{
"name": "env_chairLight",
"bottom_texture": {
"file_path": "assets/env/env_chair/env_chairLegsLight.png"
},
"top_texture": {
"file_path": "assets/env/env_chair/env_chairLight.png"
},
"footprint": [
{
"position": [
0,
0
],
"size": [
64,
64
]
}
],
"visualization_radius": 36.0,
"physics_colliders": [
{
"position": [
-39,
-55
],
"size": [
6,
6
]
},
{
"position": [
39,
-55
],
"size": [
6,
6
]
},
{
"position": [
-39,
18
],
"size": [
6,
6
]
},
{
"position": [
39,
18
],
"size": [
6,
6
]
}
],
"physics_colliders": [],
"temperature": 3.0
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -0,0 +1,145 @@
{
"name": "env_market",
"bottom_texture": {
"file_path": "assets/env/env_umbrella/env_marketBottom.png"
},
"top_texture": {
"file_path": "assets/env/env_umbrella/env_marketTop.png"
},
"footprint": [
{
"position": [
0,
0
],
"size": [
512,
512
]
}
],
"visualization_radius": 300.0,
"physics_colliders": [
{
"position": [
44,
246
],
"size": [
60,
20
]
},
{
"position": [
157,
246
],
"size": [
200,
20
]
},
{
"position": [
-246,
0
],
"size": [
20,
512
]
},
{
"position": [
-103,
-62
],
"size": [
95,
35
]
},
{
"position": [
-188,
-216
],
"size": [
396,
77
]
},
{
"position": [
-220,
-51
],
"size": [
340,
17
]
},
{
"position": [
44,
-10
],
"size": [
100,
230
]
},
{
"position": [
116,
181
],
"size": [
20,
146
]
},
{
"position": [
12,
246
],
"size": [
190,
20
]
},
{
"position": [
-121,
246
],
"size": [
10,
20
]
},
{
"position": [
233,
235
],
"size": [
8,
8
]
},
{
"position": [
233,
-235
],
"size": [
8,
8
]
}
],
"temperature": 1.0
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -0,0 +1,145 @@
{
"name": "env_marketPurple",
"bottom_texture": {
"file_path": "assets/env/env_umbrella/env_marketBottom.png"
},
"top_texture": {
"file_path": "assets/env/env_umbrella/env_marketTopPurple.png"
},
"footprint": [
{
"position": [
0,
0
],
"size": [
512,
512
]
}
],
"visualization_radius": 300.0,
"physics_colliders": [
{
"position": [
44,
246
],
"size": [
60,
20
]
},
{
"position": [
157,
246
],
"size": [
200,
20
]
},
{
"position": [
-246,
0
],
"size": [
20,
512
]
},
{
"position": [
-103,
-62
],
"size": [
95,
35
]
},
{
"position": [
-188,
-216
],
"size": [
396,
77
]
},
{
"position": [
-220,
-51
],
"size": [
340,
17
]
},
{
"position": [
44,
-10
],
"size": [
100,
230
]
},
{
"position": [
116,
181
],
"size": [
20,
146
]
},
{
"position": [
12,
246
],
"size": [
190,
20
]
},
{
"position": [
-121,
246
],
"size": [
10,
20
]
},
{
"position": [
233,
235
],
"size": [
8,
8
]
},
{
"position": [
233,
-235
],
"size": [
8,
8
]
}
],
"temperature": 1.0
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -0,0 +1,145 @@
{
"name": "env_marketYellow",
"bottom_texture": {
"file_path": "assets/env/env_umbrella/env_marketBottom.png"
},
"top_texture": {
"file_path": "assets/env/env_umbrella/env_marketTopYellow.png"
},
"footprint": [
{
"position": [
0,
0
],
"size": [
512,
512
]
}
],
"visualization_radius": 300.0,
"physics_colliders": [
{
"position": [
44,
246
],
"size": [
60,
20
]
},
{
"position": [
157,
246
],
"size": [
200,
20
]
},
{
"position": [
-246,
0
],
"size": [
20,
512
]
},
{
"position": [
-103,
-62
],
"size": [
95,
35
]
},
{
"position": [
-188,
-216
],
"size": [
396,
77
]
},
{
"position": [
-220,
-51
],
"size": [
340,
17
]
},
{
"position": [
44,
-10
],
"size": [
100,
230
]
},
{
"position": [
116,
181
],
"size": [
20,
146
]
},
{
"position": [
12,
246
],
"size": [
190,
20
]
},
{
"position": [
-121,
246
],
"size": [
10,
20
]
},
{
"position": [
233,
235
],
"size": [
8,
8
]
},
{
"position": [
233,
-235
],
"size": [
8,
8
]
}
],
"temperature": 1.0
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 B

View File

@ -0,0 +1,36 @@
{
"name": "env_personLie1",
"bottom_texture": {
"file_path": "assets/env/env_umbrella/env_blank.png"
},
"top_texture": {
"file_path": "assets/env/env_umbrella/env_personLie1.png"
},
"footprint":[
{
"position": [
0,
0
],
"size": [
50,
118
]
}
],
"visualization_radius": 1.0,
"physics_colliders": [
{
"position": [
0,
0
],
"size": [
50,
118
]
}
],
"temperature": 5.0
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@ -0,0 +1,24 @@
{
"name": "env_personSit1",
"bottom_texture": {
"file_path": "assets/env/env_umbrella/env_blank.png"
},
"top_texture": {
"file_path": "assets/env/env_umbrella/env_personSit1.png"
},
"footprint":[
{
"position": [
0,
0
],
"size": [
64,
64
]
}
],
"visualization_radius": 32.0,
"physics_colliders": [],
"temperature": 5.0
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@ -0,0 +1,24 @@
{
"name": "env_personSit2",
"bottom_texture": {
"file_path": "assets/env/env_umbrella/env_blank.png"
},
"top_texture": {
"file_path": "assets/env/env_umbrella/env_personSit2.png"
},
"footprint":[
{
"position": [
0,
0
],
"size": [
64,
64
]
}
],
"visualization_radius": 32.0,
"physics_colliders": [],
"temperature": 5.0
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

View File

@ -6,8 +6,8 @@
"footprint": [
{
"position": [
-32,
-64
0,
0
],
"size": [
64,

View File

@ -6,8 +6,8 @@
"footprint": [
{
"position": [
-32,
-64
0,
0
],
"size": [
64,

View File

@ -6,8 +6,8 @@
"footprint": [
{
"position": [
-32,
-64
0,
0
],
"size": [
64,

View File

@ -9,8 +9,8 @@
"footprint":[
{
"position": [
-108,
-108
0,
0
],
"size": [
216,
@ -22,8 +22,8 @@
"physics_colliders": [
{
"position": [
-3,
-3
0,
0
],
"size": [
6,

Some files were not shown because too many files have changed in this diff Show More