ttzap2002 / Epic-Dinosaurs-Battle-Simulator

0 stars 0 forks source link

Piniądze / Money #55

Open RadandMoc opened 9 months ago

RadandMoc commented 9 months ago

Zmienić system przechowywania ilości pieniędzy w zapisie (DynamicData). zamiast jednej zmiennej, to zrobić dwie / trzy. dodać publiczną funkcję obliczającą ilość gotówki, jaka jest oraz drugą funkcję, która zapisuje ilość pieniędzy jaka od teraz ma być. Ta zmiana, ma nie dopuszczać możliwości wczytania zapisu z wcześniejszych wersji programu.

ENG: Change the system for storing the amount of money in the save file (DynamicData). instead of one variable, make two/three. add a public function that calculates the amount of cash that is there and a second function that records the amount of money that will be there from now on. This change is intended to prevent the possibility of loading saves from earlier versions of the program.

RadandMoc commented 9 months ago

przy zaczęciu pracy nad tą zmianą, należy poinformować drugiego programistę o tym.