Ignore:
Timestamp:
2012-07-05 00:14:09 (11 years ago)
Author:
dezhidki
Message:

Added some textures
Added basic ingame Gui
Added ability to hold and use items
Camera movement is now totaly fixed and working properly
Added ability to easily add and manage textures
Minor fixes on some stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 2012/27/DenisZ/TheDungeonGame/TheDungeonGame/TheDungeonGame/TheDungeonGame.csproj

    r3547 r3563  
    115115    <Compile Include="Entity.cs" /> 
    116116    <Compile Include="EntityTemplates.cs" /> 
     117    <Compile Include="InGameGui.cs" /> 
     118    <Compile Include="Item.cs" /> 
     119    <Compile Include="ItemEntity.cs" /> 
    117120    <Compile Include="LevelGenerator.cs" /> 
    118121    <Compile Include="Room.cs" /> 
     
    121124    <Compile Include="Ohjelma.cs" /> 
    122125    <Compile Include="RoomTemplates.cs" /> 
     126    <Compile Include="TestItem.cs" /> 
    123127    <Compile Include="TheDungeonGame.cs" /> 
    124128    <Compile Include="Properties\AssemblyInfo.cs" /> 
Note: See TracChangeset for help on using the changeset viewer.