slagyr / simon
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
9308685
commit 9308685cdadaa2406030f2d1368a9dcea0afac65
tree 6a4b8caf734d9eadaafde5af05ecf43f1d3ce87d
parent bf5ba4e0cd0ef60d1f9cc06d0e0d73316643724d
tree 6a4b8caf734d9eadaafde5af05ecf43f1d3ce87d
parent bf5ba4e0cd0ef60d1f9cc06d0e0d73316643724d
simon / production.rb
| 3339d110 » | slagyr | 2008-11-09 | 1 | # This file (production.rb) configures the production. It is the first file loaded when production is opened. | |
| 2 | |||||
| 3 | # The name of the production. If not present, the production's name will default to the name of the root directory. | ||||
| 4 | name "Simon" | ||||
| 5 | |||||
| 6 | # Attributes. Defining attributes on the production will create getters/setters on the production object. | ||||
| 7 | # Create attributes for any model objects or resources that need to accessible to props or players within the production | ||||
| 8 | |||||
| 9 | #attribute :attribute_name | ||||
