Digital-Torpedo / Flabbypird

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

Mangelhafte Quelltextdokumentation in game.cs #71

Closed SteffenRitschel closed 10 years ago

SteffenRitschel commented 10 years ago

In Revision 41ecaa6b94379a2ee03322bc37428925f2c7b27a wurde unter anderem die Methode texture eingebaut. Wofür steht X1 bis Y4 ?

+ /// <summary>
+ /// Zeichnen einer Textur mit einer Manuellen Skalierung. X und Y Koordinaten im Uhrzeigersinn.
+ /// </summary>
+ /// <param name="ID"></param>
+ /// <param name="positionZ"></param>
+ /// <param name="x1"></param>
+ /// <param name="y1"></param>
+ /// <param name="x2"></param>
+ /// <param name="y2"></param>
+ /// <param name="x3"></param>
+ /// <param name="y3"></param>
+ /// <param name="x4"></param>
+ /// <param name="y4"></param>
+ public static void Texture(int ID, int positionZ, int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4)
+ {
´´´
Bawz commented 10 years ago

Erledigt mit 078e09b4a6a24c675868ac6ee1c4a0b54721175c Quelltextdokumentation verbessert.