ratalaika / angel-engine

Automatically exported from code.google.com/p/angel-engine
0 stars 0 forks source link

Actors should have better default names #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently every Actor defaults to the name "Actor," which then gets
incremented with numbers. It would be more helpful to have each class
define a "base class name" which would be used here, so that we could more
easily see "TextActor1," "PhysicsActor3," etc. 

Original issue reported on code.google.com by lieseg...@gmail.com on 11 Feb 2009 at 8:15

GoogleCodeExporter commented 9 years ago
Fixed in my branch; soon to be merged. 

Original comment by lieseg...@gmail.com on 20 Feb 2009 at 2:21