From a32da62b52b6f0e4039ae4226e3e2867880ca05c Mon Sep 17 00:00:00 2001 From: Joshua Rahm Date: Sun, 27 Apr 2014 20:39:00 -0600 Subject: hacky first person stuff --- maps/svalbard_height.png | Bin 2908 -> 10361 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'maps') diff --git a/maps/svalbard_height.png b/maps/svalbard_height.png index 7670da1..6892b3a 100644 Binary files a/maps/svalbard_height.png and b/maps/svalbard_height.png differ -- cgit From 2407f9f400875b2162c93527f95f49b69ca98dd1 Mon Sep 17 00:00:00 2001 From: Joshua Rahm Date: Sun, 27 Apr 2014 23:51:51 -0600 Subject: made first person motion work well with strafing. Added king of hill map. --- maps/kingofhill_height.png | Bin 0 -> 13921 bytes maps/kingofhill_terrain.png | Bin 0 -> 1101 bytes maps/svalbard_height.png | Bin 10361 -> 19903 bytes maps/svalbard_terrain.png | Bin 1862 -> 1946 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 maps/kingofhill_height.png create mode 100644 maps/kingofhill_terrain.png (limited to 'maps') diff --git a/maps/kingofhill_height.png b/maps/kingofhill_height.png new file mode 100644 index 0000000..b548cf2 Binary files /dev/null and b/maps/kingofhill_height.png differ diff --git a/maps/kingofhill_terrain.png b/maps/kingofhill_terrain.png new file mode 100644 index 0000000..39b6d0e Binary files /dev/null and b/maps/kingofhill_terrain.png differ diff --git a/maps/svalbard_height.png b/maps/svalbard_height.png index 6892b3a..656226a 100644 Binary files a/maps/svalbard_height.png and b/maps/svalbard_height.png differ diff --git a/maps/svalbard_terrain.png b/maps/svalbard_terrain.png index 5afd0b4..edc7f65 100644 Binary files a/maps/svalbard_terrain.png and b/maps/svalbard_terrain.png differ -- cgit From 41d2402f004bd446c6c4975caa5211fd44d302f5 Mon Sep 17 00:00:00 2001 From: Joshua Rahm Date: Mon, 28 Apr 2014 03:23:51 -0600 Subject: renamed and updated kingofhill to goliath. Added "leap" to jump. Added self-correcting frame rate --- maps/goliath_height.png | Bin 0 -> 15565 bytes maps/goliath_terrain.png | Bin 0 -> 2849 bytes maps/kingofhill_height.png | Bin 13921 -> 0 bytes maps/kingofhill_terrain.png | Bin 1101 -> 0 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 maps/goliath_height.png create mode 100644 maps/goliath_terrain.png delete mode 100644 maps/kingofhill_height.png delete mode 100644 maps/kingofhill_terrain.png (limited to 'maps') diff --git a/maps/goliath_height.png b/maps/goliath_height.png new file mode 100644 index 0000000..557922b Binary files /dev/null and b/maps/goliath_height.png differ diff --git a/maps/goliath_terrain.png b/maps/goliath_terrain.png new file mode 100644 index 0000000..e3eb9ab Binary files /dev/null and b/maps/goliath_terrain.png differ diff --git a/maps/kingofhill_height.png b/maps/kingofhill_height.png deleted file mode 100644 index b548cf2..0000000 Binary files a/maps/kingofhill_height.png and /dev/null differ diff --git a/maps/kingofhill_terrain.png b/maps/kingofhill_terrain.png deleted file mode 100644 index 39b6d0e..0000000 Binary files a/maps/kingofhill_terrain.png and /dev/null differ -- cgit From 6c9d984c054d634d2873fa3a74c41d2436f7fd53 Mon Sep 17 00:00:00 2001 From: Joshua Rahm Date: Mon, 28 Apr 2014 14:40:02 -0600 Subject: added ability to get control of cursor with c. Updated goliath map --- maps/goliath_height.png | Bin 15565 -> 27219 bytes maps/goliath_terrain.png | Bin 2849 -> 3414 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'maps') diff --git a/maps/goliath_height.png b/maps/goliath_height.png index 557922b..5e982e8 100644 Binary files a/maps/goliath_height.png and b/maps/goliath_height.png differ diff --git a/maps/goliath_terrain.png b/maps/goliath_terrain.png index e3eb9ab..5c288bd 100644 Binary files a/maps/goliath_terrain.png and b/maps/goliath_terrain.png differ -- cgit