Difference between revisions of "Component"

m (0.11.1 -> 11.1)
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{#set:Name=Component}}
 
{{#set:Name=Component}}
 
{{#set:Author=User:Starkkz}}
 
{{#set:Author=User:Starkkz}}
{{#set:LOVE Version=0.11.1}}
+
{{#set:LOVE Version=11.1}}
 
{{#set:Description=Implementation of a component-based architecture}}
 
{{#set:Description=Implementation of a component-based architecture}}
 
{{#set:Screenshot=File:http://i.imgur.com/JeJ9Uhh.png}}
 
{{#set:Screenshot=File:http://i.imgur.com/JeJ9Uhh.png}}
 
{{#set:Keyword=Architecture}}
 
{{#set:Keyword=Architecture}}
  
This is just a library that eases communication between game components,
+
This is just a library that eases communication between game components,<br>
 
by requesting references to them through initializer functions.
 
by requesting references to them through initializer functions.
  

Revision as of 14:09, 22 December 2018




This is just a library that eases communication between game components,
by requesting references to them through initializer functions.

https://github.com/matiasah/component