Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dyingIsMainstream
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gamejam-gpn15
dyingIsMainstream
Commits
c70aa22f
Commit
c70aa22f
authored
Jun 05, 2015
by
Tim Reiter
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
ssh://git.breab.org:2222/gamejam-gpn15/dyingIsMainstream
parents
5ee91849
32aed244
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
4 additions
and
17 deletions
+4
-17
.gitignore
.gitignore
+4
-5
XmlItemsToExport.xml
Assets/Resources/XmlItemsToExport.xml
+0
-12
DeserializedLevels.cs
Assets/Scripts/LevelManagement/DeserializedLevels.cs
+0
-0
DeserializedLevelsCrossChecker.cs
...Scripts/LevelManagement/DeserializedLevelsCrossChecker.cs
+0
-0
DeserializedLevelsLoader.cs
Assets/Scripts/LevelManagement/DeserializedLevelsLoader.cs
+0
-0
DeserializedLevelsSaver.cs
Assets/Scripts/LevelManagement/DeserializedLevelsSaver.cs
+0
-0
XmlIO.cs
Assets/Scripts/LevelManagement/XmlIO.cs
+0
-0
No files found.
.gitignore
View file @
c70aa22f
*.csproj
*.sln
*.userprefs
/Assets/Resources/XmlItemsToExport.xml
/Library
/Temp
/Assembly-CSharp.csproj
/Assembly-CSharp-vs.csproj
/dyingIsMainstream.sln
/dyingIsMainstream.userprefs
/dyingIsMainstream-csharp.sln
Assets/Resources/XmlItemsToExport.xml
deleted
100644 → 0
View file @
5ee91849
<?xml version="1.0" encoding="Windows-1252"?>
<Levels
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd=
"http://www.w3.org/2001/XMLSchema"
>
<Level>
<Item
prefab=
"Player Two"
x=
"-3.05"
y=
"2.06"
/>
<Item
prefab=
"Player One"
x=
"-0.23"
y=
"2.06"
/>
<Item
prefab=
"Trap"
x=
"-5.02"
y=
"-0.57"
rot=
"90"
/>
<Item
prefab=
"ground"
x=
"1.51"
y=
"-0.8"
scalex=
"58.39"
/>
<Item
prefab=
"Turret"
x=
"4.47"
y=
"0.71"
/>
<Item
prefab=
"PortableFire"
x=
"4.04"
y=
"-0.22"
scalex=
"0.2"
scaley=
"0.2"
/>
</Level>
</Levels>
\ No newline at end of file
Assets/Scripts/LevelManagement/DeserializedLevels.cs
View file @
c70aa22f
Assets/Scripts/LevelManagement/DeserializedLevelsCrossChecker.cs
View file @
c70aa22f
Assets/Scripts/LevelManagement/DeserializedLevelsLoader.cs
View file @
c70aa22f
Assets/Scripts/LevelManagement/DeserializedLevelsSaver.cs
View file @
c70aa22f
Assets/Scripts/LevelManagement/XmlIO.cs
View file @
c70aa22f
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment