a6548a72b3
# Conflicts: # include/Engine/Collision/CollidableOctreeSystem.h # include/Engine/Collision/CollisionSystem.h # include/Engine/Collision/TriggerSystem.h # include/Engine/Rendering/RenderSystem.h # include/Game/Systems/PlayerSystem.h # resources/Schema/Components/Physics.xsd # resources/Schema/Types/Entity.xsd # src/Engine/Rendering/RenderSystem.cpp # src/Engine/Rendering/Renderer.cpp # src/Game/Game.cpp # src/Game/Systems/HealthSystem.cpp # src/Game/Systems/PlayerSystem.cpp # src/Tests/OctTreeTestGameClass.cpp
25 lines
1.3 KiB
XML
25 lines
1.3 KiB
XML
<?xml version="1.0"?>
|
|
|
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="components" elementFormDefault="qualified">
|
|
<xs:include schemaLocation="Components/Transform.xsd"/>
|
|
<xs:include schemaLocation="Components/Physics.xsd"/>
|
|
<xs:include schemaLocation="Components/Model.xsd"/>
|
|
<xs:include schemaLocation="Components/RaptorCopter.xsd"/>
|
|
<xs:include schemaLocation="Components/Player.xsd"/>
|
|
<xs:include schemaLocation="Components/Camera.xsd"/>
|
|
<xs:include schemaLocation="Components/AABB.xsd"/>
|
|
<xs:include schemaLocation="Components/PointLight.xsd"/>
|
|
<xs:include schemaLocation="Components/DirectionalLight.xsd"/>
|
|
<xs:include schemaLocation="Components/Trigger.xsd"/>
|
|
<xs:include schemaLocation="Components/Health.xsd"/>
|
|
<xs:include schemaLocation="Components/CapturePoint.xsd"/>
|
|
<xs:include schemaLocation="Components/Listener.xsd"/>
|
|
<xs:include schemaLocation="Components/SoundEmitter.xsd"/>
|
|
<xs:include schemaLocation="Components/Collidable.xsd"/>
|
|
<xs:include schemaLocation="Components/Spawner.xsd"/>
|
|
<xs:include schemaLocation="Components/SpawnPoint.xsd"/>
|
|
<xs:include schemaLocation="Components/PlayerSpawn.xsd"/>
|
|
<xs:include schemaLocation="Components/Team.xsd"/>
|
|
<xs:include schemaLocation="Components/UniformScale.xsd"/>
|
|
<xs:include schemaLocation="Components/EditorWidget.xsd"/>
|
|
</xs:schema> |