Initial commit

This commit is contained in:
2026-04-03 00:22:39 -05:00
commit eca1e8c458
945 changed files with 218160 additions and 0 deletions

View File

@@ -0,0 +1 @@
abc

View File

@@ -0,0 +1,4 @@
test
this is
a
test

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,40 @@
<?xml version="1.0"?>
<building>
<assetInfo>
<version specRev="1" />
<authoring name="Chris Ertel" email="cre1@www.762studios.com" copyright="Copyright 2010" license="CCSA"/>
<title string="ZomCo office"/>
<validationFlags unique="false" maxSeen="12" />
</assetInfo>
<assetDependencies>
<dependency package="textures\houseWalls"/>
<dependency package="textures\houseFloors"/>
<dependency package="objects\houseAppliances"/>
</assetDependencies>
<construction>
<walls>
<wallSegment wallType="Stucco3" fromSpot="3,3" toSpot="3,6" baseAltitude="0" wallHeight="2"/>
</walls>
<floors>
<floorSegment floorType="Stucco3" NWCorner="3,3" SECorner="6,6" baseAltitude="0" />
</floors>
<ceilings>
<ceilingSegment ceilingType="Stucco3" NWCorner="3,3" SECorner="6,6" baseAltitude="0" />
</ceilings>
</construction>
<layout>
<space spaceType="Living room" NWCorner="3,3" SECorner="6,6" baseAltitude="0" height="3"/>
<space spaceType="Kitchen" NWCorner="3,3" SECorner="6,6" baseAltitude="0" height="3"/>
<space spaceType="Bed room" NWCorner="3,3" SECorner="6,6" baseAltitude="0" height="3"/>
</layout>
<furnishings>
<object name="smallLamp" pos="24.42,43.32,239.15" rot=".4324 .24232 .12342 .23432" />
<object name="book" pos="24.42,43.32,239.15" rot=".4234 .4323 .12364 .8654" />
</furnishings>
</building>

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" ?>
<!--
This is a sample XML file for testing attributes.
It has multiple elements, testing string, real, integer, body text, and boolean attributes.
-->
<collection>
<speech>
"For score and seven years ago, our forefathers in order to form a more perfect union brought
forth on this Earth a great nation."
</speech>
<speech author="Nixon, D." published="1860" approvalRating=".5" veracity="false">
"I am not a crook."
</speech>
<speech author="Chaplin, Charlie" published="1860" approvalRating="3" veracity="bogus"/>
<speech author="" published="bogus" approvalRating="bogus" veracity="bogus">
</speech>
</collection>

View File

@@ -0,0 +1 @@
ABCDEFG

View File

@@ -0,0 +1,4 @@
[Header1]
Variable1=Value1
Variable2=Value2