maguillen1998 / Senior-Project-Infinity-Run

GNU General Public License v3.0
3 stars 0 forks source link

Level Segments need to be implemented as prefabs(Med, Hard) #71

Closed maguillen1998 closed 10 months ago

maguillen1998 commented 10 months ago

Need to implement prefabs for each segment.

Need to incorporate all into the new level generator.

maguillen1998 commented 10 months ago

These are based on this image: Level Segments

maguillen1998 commented 10 months ago

They will be implemented as 8x8 unit prefabs. the X dimension is the most important since we will need these to be consistent along this dimension so as to place them using a simple "position = (segment number) * (segment width)"

maguillen1998 commented 10 months ago

Implemented 4 easy segments in game

maguillen1998 commented 10 months ago

Must remember to place black tiles behind chasms to blend with the bottom of the background asset

maguillen1998 commented 10 months ago

ensure that tiles are placed perfectly at multiples of 0.5

Currently, some may be slightly off due to an error during construction leading to the slight inaccuracy