Skip to content

Commit

Permalink
FW skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
WermooZ committed Jul 24, 2015
1 parent fa658d0 commit 684f448
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -2,4 +2,5 @@
*.sublime-*
.fscache
.idea
*.keystore
*.keystore
rat-is-fat.iml
10 changes: 10 additions & 0 deletions rat-is-fat.iml
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="jdk" jdkName="Python 3.4.1 (/usr/bin/python3.4m)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

8 changes: 8 additions & 0 deletions scripts/dependency_bag.gd
@@ -0,0 +1,8 @@

var root

#var controllers = preload("XXX.gd").new()

func _init(root_node):
self.root = root_node
#self.controller = preload("XXX.gd")._init_bag(self)

0 comments on commit 684f448

Please sign in to comment.