Changes between Initial Version and Version 2 of Ticket #265
- Timestamp:
- Sep 22, 2008, 10:17:42 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #265
- Property Component changed from GUI to Menu
- Property Type changed from defect to task
-
Ticket #265 – Description
initial v2 1 1 == Basic Task == 2 The goal of this ticket is to code and design a loading bar which appears when the level is being loaded. 2 The goal of this ticket is to program and design a loading bar which appears when the level is being loaded. 3 4 Since we don't yet use multithreading, it will be required to call renderOneFrame() in order to actually show the loading bar. The reason is simply that the main loop doesn't run while the level is being loaded. 5 This means that you need to know a little bit about our internal design. You best ask one of the PPS assistants for that.