Update App.java
This commit is contained in:
parent
0d1e226258
commit
a4d77e65f8
@ -37,7 +37,7 @@ import java.util.ArrayList;
|
|||||||
* components, in another way, multiple components can construct a object.
|
* components, in another way, multiple components can construct a object.
|
||||||
* Here is a demo using component pattern to solve a game-like problem.
|
* Here is a demo using component pattern to solve a game-like problem.
|
||||||
* A person named Bjorn who has three components: input;physics;graphics
|
* A person named Bjorn who has three components: input;physics;graphics
|
||||||
* These three component with a common game object can construct our protagonist:Bjorn, also can
|
* These three components with a common game object can construct our protagonist:Bjorn, also can
|
||||||
* construct other objects like dog or cat if you want to write a real game.
|
* construct other objects like dog or cat if you want to write a real game.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user