Skip to content

Commit 666683d

Browse files
committed
Reshuffling. Asset folder in alien_world shared as library. Archives
should go into a release instead.
1 parent 8272e19 commit 666683d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+35
-318
lines changed

alien_world.zip

-328 KB
Binary file not shown.

alien_world/assets/hud/hud.atlas

Lines changed: 0 additions & 12 deletions
This file was deleted.

alien_world/assets/.DS_Store renamed to alien_world/com.defold.assets.alien_world/.DS_Store

8 KB
Binary file not shown.

alien_world/assets/environment/background.png renamed to alien_world/com.defold.assets.alien_world/environment/background.png

File renamed without changes.

alien_world/assets/environment/background.tilesource renamed to alien_world/com.defold.assets.alien_world/environment/background.tilesource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: "/assets/environment/background.png"
1+
image: "/com.defold.assets.alien_world/environment/background.png"
22
tile_width: 96
33
tile_height: 240
44
tile_margin: 0

alien_world/assets/environment/door.tilesource renamed to alien_world/com.defold.assets.alien_world/environment/door.tilesource

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,25 @@
1-
image: "/assets/environment/opening-door.png"
1+
image: "/com.defold.assets.alien_world/environment/opening-door.png"
22
tile_width: 48
33
tile_height: 80
44
tile_margin: 0
55
tile_spacing: 0
6-
collision: ""
76
material_tag: "tile"
87
collision_groups: "default"
98
animations {
109
id: "closed"
1110
start_tile: 1
1211
end_tile: 1
13-
playback: PLAYBACK_ONCE_FORWARD
14-
fps: 30
15-
flip_horizontal: 0
16-
flip_vertical: 0
1712
}
1813
animations {
1914
id: "open"
2015
start_tile: 10
2116
end_tile: 10
2217
playback: PLAYBACK_NONE
2318
fps: 10
24-
flip_horizontal: 0
25-
flip_vertical: 0
2619
}
2720
animations {
2821
id: "opening"
2922
start_tile: 1
3023
end_tile: 10
31-
playback: PLAYBACK_ONCE_FORWARD
3224
fps: 10
33-
flip_horizontal: 0
34-
flip_vertical: 0
3525
}
36-
extrude_borders: 0
37-
inner_padding: 0

alien_world/assets/environment/level.png renamed to alien_world/com.defold.assets.alien_world/environment/level.png

File renamed without changes.

alien_world/assets/environment/level.tilesource renamed to alien_world/com.defold.assets.alien_world/environment/level.tilesource

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
image: "/assets/environment/level.png"
1+
image: "/com.defold.assets.alien_world/environment/level.png"
22
tile_width: 16
33
tile_height: 16
44
tile_margin: 0
55
tile_spacing: 0
6-
collision: "/assets/environment/level.png"
6+
collision: "/com.defold.assets.alien_world/environment/level.png"
77
material_tag: "tile"
88
convex_hulls {
99
index: 0
@@ -2011,10 +2011,5 @@ animations {
20112011
id: "anim"
20122012
start_tile: 1
20132013
end_tile: 1
2014-
playback: PLAYBACK_ONCE_FORWARD
2015-
fps: 30
2016-
flip_horizontal: 0
2017-
flip_vertical: 0
20182014
}
20192015
extrude_borders: 1
2020-
inner_padding: 0

alien_world/assets/environment/opening-door.png renamed to alien_world/com.defold.assets.alien_world/environment/opening-door.png

File renamed without changes.

alien_world/assets/fonts/04B_03.TTF renamed to alien_world/com.defold.assets.alien_world/fonts/04B_03.TTF

File renamed without changes.

0 commit comments

Comments
 (0)