first commit

This commit is contained in:
Jose Caban
2025-06-07 11:39:25 -04:00
commit 3dc33814dd
1035 changed files with 657058 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<!-- User application and configured property settings go here.-->
<!-- Example: <add key="settingName" value="settingValue"/> -->
<add key="panelWorkSpace.AutoScroll" value="True" />
</appSettings>
</configuration>

Binary file not shown.

View File

@@ -0,0 +1,8 @@
@echo off
xcopy "D:\School Shit\08 - 2005 - Fall\TuxHunter\development\config.icfg" "D:\School Shit\08 - 2005 - Fall\TuxHunter\development\bin\Debug\" /Y
if errorlevel 1 goto CSharpReportError
goto CSharpEnd
:CSharpReportError
echo Project error: A tool returned an error code from the build event
exit 1
:CSharpEnd

BIN
trunk/bin/Debug/Runner.exe Normal file

Binary file not shown.

BIN
trunk/bin/Debug/Runner.pdb Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,34 @@
######################
#
######################
Load_Asset_Path: ../../base_tux/
# Target FPS rate
TargetFrameRate: 60
# How many frames do we skip between animation frames?
# 1 means at every graphical update we go to the next animation frame.
# So we in the end have (TargetFrameRate / AnimationDelay) animation
# frames per second.
AnimationDelay: 12
# If the player comes to within this many pixels of a screen edge, the view will recenter on him:
ScrollMargin: 200
# Input bindings
ActionLeft: Keyboard A; Joystick 3
ActionRight: Keyboard D; Joystick 1
ActionUp: Keyboard W; Joystick 4
ActionDown: Keyboard S; Joystick 0
ActionShoot: Keyboard Space; Mouse 0; Joystick 6
# For the love of puppies, kill the bastard!
ShowSnappy: False
# Should we render collision boxes?
RenderCollisionBoxes: False
# Should we show the scripting console?
ShowConsole: False