mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-23 06:33:45 +00:00
Gathering entities for cinematic map
This was SVN commit r4830.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
|
||||
<Entity
|
||||
Parent="celt_infantry_spearman_a"
|
||||
>
|
||||
|
||||
<Script File="scripts/entity_functions.js" />
|
||||
<Event On="Initialize" Function="entityInitGatherer" />
|
||||
</Entity>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
|
||||
<Entity
|
||||
Parent="celt_infantry_spearman_b"
|
||||
>
|
||||
|
||||
<Script File="scripts/entity_functions.js" />
|
||||
<Event On="Initialize" Function="entityInitGatherer" />
|
||||
</Entity>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
|
||||
<Entity
|
||||
Parent="celt_infantry_spearman_e"
|
||||
>
|
||||
|
||||
<Script File="scripts/entity_functions.js" />
|
||||
<Event On="Initialize" Function="entityInitGatherer" />
|
||||
</Entity>
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
|
||||
<Entity
|
||||
Parent="celt_support_female_citizen"
|
||||
>
|
||||
|
||||
<Script File="scripts/entity_functions.js" />
|
||||
<Event On="Initialize" Function="entityInitGatherer" />
|
||||
</Entity>
|
||||
Reference in New Issue
Block a user