diff options
author | chai <chaifix@163.com> | 2019-01-17 22:29:07 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-01-17 22:29:07 +0800 |
commit | a33337dc2b1ecc5b22462e7b9b65cd9d6b323017 (patch) | |
tree | 71e75875e373f0fd24e5d17eda8dfe13c984db00 /Samples/Hello/scripts/entities | |
parent | fa4843386ff5a0ba0797006aa792372fa30ad0b1 (diff) |
*graphics
Diffstat (limited to 'Samples/Hello/scripts/entities')
-rw-r--r-- | Samples/Hello/scripts/entities/bullet.lua | 0 | ||||
-rw-r--r-- | Samples/Hello/scripts/entities/bullet.lua.asr | 3 | ||||
-rw-r--r-- | Samples/Hello/scripts/entities/spark.lua | 3 | ||||
-rw-r--r-- | Samples/Hello/scripts/entities/spark.lua.asr | 0 |
4 files changed, 6 insertions, 0 deletions
diff --git a/Samples/Hello/scripts/entities/bullet.lua b/Samples/Hello/scripts/entities/bullet.lua new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Samples/Hello/scripts/entities/bullet.lua diff --git a/Samples/Hello/scripts/entities/bullet.lua.asr b/Samples/Hello/scripts/entities/bullet.lua.asr new file mode 100644 index 0000000..bd43c00 --- /dev/null +++ b/Samples/Hello/scripts/entities/bullet.lua.asr @@ -0,0 +1,3 @@ +<script> + <extern>bullet.lua</extern> +</script>
\ No newline at end of file diff --git a/Samples/Hello/scripts/entities/spark.lua b/Samples/Hello/scripts/entities/spark.lua new file mode 100644 index 0000000..c47be06 --- /dev/null +++ b/Samples/Hello/scripts/entities/spark.lua @@ -0,0 +1,3 @@ +local spark + +return spark
\ No newline at end of file diff --git a/Samples/Hello/scripts/entities/spark.lua.asr b/Samples/Hello/scripts/entities/spark.lua.asr new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Samples/Hello/scripts/entities/spark.lua.asr |