comparison game/Engine.java @ 152:64b04c0eccce

Cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 06 Feb 2013 10:24:47 +0200
parents d6d92845d6a2
children 48b91eabc029
comparison
equal deleted inserted replaced
151:d6d92845d6a2 152:64b04c0eccce
140 drawString(g, "- Matti"); 140 drawString(g, "- Matti");
141 } 141 }
142 else 142 else
143 { 143 {
144 setTextPaint(Color.yellow); 144 setTextPaint(Color.yellow);
145 drawString(g, "(c) Copyright 2011 Matti 'ccr' Hämäläinen\n"); 145 drawString(g, "(c) Copyright 2011 Tecnic Software productions (TNSP)\n");
146 146
147 setTextPaint(Color.white); 147 setTextPaint(Color.white);
148 drawString(g, "Programming project for Java-course\n" + 148 drawString(g, "Programming, graphics and design by " +
149 "T740306 taught by Kari Laitinen." + 149 "Matti 'ccr' Hämäläinen.\n" +
150 "\n \n"); 150 "Audio from archive.org, used non-commercially.\n \n");
151 151
152 setTextPaint(Color.red); 152 setTextPaint(Color.red);
153 drawString(g, "Controls:\n"); 153 drawString(g, "Controls:\n");
154 154
155 IDMPoint old = currOffs.copy(); 155 IDMPoint old = currOffs.copy();