├── .editorconfig ├── .gitignore ├── Achievements ├── Achievement.cs ├── AchievementRepository.cs ├── IAchievement.cs └── VanillaAchievements.cs ├── AutoUpdater.cs ├── Content ├── Assets │ ├── Shaders │ │ └── ExampleVxShader.fx │ ├── UIPanelBackground.png │ ├── UIPanelBackgroundCorner.png │ ├── christmas │ │ ├── block_stack_alt_snowy.fbx │ │ ├── block_stack_snowy.fbx │ │ ├── outer_bounds_snowy.fbx │ │ ├── snow.png │ │ ├── snowflake_0.png │ │ └── snowflake_1.png │ ├── fonts │ │ ├── UI_fnt.ttf │ │ ├── en_US.ttf │ │ ├── es_ES.ttf │ │ ├── ja_JP.ttf │ │ └── ru_RU.ttf │ ├── models │ │ ├── armor.fbx │ │ ├── box_face.fbx │ │ ├── bullet.fbx │ │ ├── chest.fbx │ │ ├── cosmetics │ │ │ ├── anger_symbol.png │ │ │ ├── army_hat.fbx │ │ │ ├── army_hat_tex.png │ │ │ ├── blender_default_cube.fbx │ │ │ ├── crown.fbx │ │ │ ├── crown_tex.png │ │ │ ├── halo.fbx │ │ │ ├── halo_tex.png │ │ │ ├── horns.fbx │ │ │ ├── santa_hat.fbx │ │ │ ├── santa_hat_tex.png │ │ │ └── witch_hat.fbx │ │ ├── dome.fbx │ │ ├── flat_face.fbx │ │ ├── key.fbx │ │ ├── logo │ │ │ ├── anim │ │ │ │ ├── anim_0000.png │ │ │ │ ├── anim_0001.png │ │ │ │ ├── anim_0002.png │ │ │ │ ├── anim_0003.png │ │ │ │ ├── anim_0004.png │ │ │ │ ├── anim_0005.png │ │ │ │ ├── anim_0006.png │ │ │ │ ├── anim_0007.png │ │ │ │ ├── anim_0008.png │ │ │ │ ├── anim_0009.png │ │ │ │ ├── anim_0010.png │ │ │ │ ├── anim_0011.png │ │ │ │ ├── anim_0012.png │ │ │ │ ├── anim_0013.png │ │ │ │ ├── anim_0014.png │ │ │ │ ├── anim_0015.png │ │ │ │ ├── anim_0016.png │ │ │ │ ├── anim_0017.png │ │ │ │ ├── anim_0018.png │ │ │ │ ├── anim_0019.png │ │ │ │ ├── anim_0020.png │ │ │ │ ├── anim_0021.png │ │ │ │ ├── anim_0022.png │ │ │ │ ├── anim_0023.png │ │ │ │ ├── anim_0024.png │ │ │ │ ├── anim_0025.png │ │ │ │ ├── anim_0026.png │ │ │ │ ├── anim_0027.png │ │ │ │ ├── anim_0028.png │ │ │ │ ├── anim_0029.png │ │ │ │ ├── anim_0030.png │ │ │ │ ├── anim_0031.png │ │ │ │ ├── anim_0032.png │ │ │ │ ├── anim_0033.png │ │ │ │ ├── anim_0034.png │ │ │ │ ├── anim_0035.png │ │ │ │ ├── anim_0036.png │ │ │ │ ├── anim_0037.png │ │ │ │ ├── anim_0038.png │ │ │ │ ├── anim_0039.png │ │ │ │ ├── anim_0040.png │ │ │ │ ├── anim_0041.png │ │ │ │ ├── anim_0042.png │ │ │ │ ├── anim_0043.png │ │ │ │ ├── anim_0044.png │ │ │ │ ├── anim_0045.png │ │ │ │ ├── anim_0046.png │ │ │ │ ├── anim_0047.png │ │ │ │ ├── anim_0048.png │ │ │ │ ├── anim_0049.png │ │ │ │ ├── anim_0050.png │ │ │ │ ├── anim_0051.png │ │ │ │ ├── anim_0052.png │ │ │ │ ├── anim_0053.png │ │ │ │ ├── anim_0054.png │ │ │ │ ├── anim_0055.png │ │ │ │ ├── anim_0056.png │ │ │ │ ├── anim_0057.png │ │ │ │ ├── anim_0058.png │ │ │ │ ├── anim_0059.png │ │ │ │ ├── anim_0060.png │ │ │ │ ├── anim_0061.png │ │ │ │ ├── anim_0062.png │ │ │ │ ├── anim_0063.png │ │ │ │ ├── anim_0064.png │ │ │ │ ├── anim_0065.png │ │ │ │ ├── anim_0066.png │ │ │ │ ├── anim_0067.png │ │ │ │ ├── anim_0068.png │ │ │ │ ├── anim_0069.png │ │ │ │ ├── anim_0070.png │ │ │ │ ├── anim_0071.png │ │ │ │ ├── anim_0072.png │ │ │ │ ├── anim_0073.png │ │ │ │ ├── anim_0074.png │ │ │ │ ├── anim_0075.png │ │ │ │ ├── anim_0076.png │ │ │ │ ├── anim_0077.png │ │ │ │ ├── anim_0078.png │ │ │ │ ├── anim_0079.png │ │ │ │ ├── anim_0080.png │ │ │ │ ├── anim_0081.png │ │ │ │ ├── anim_0082.png │ │ │ │ ├── anim_0083.png │ │ │ │ ├── anim_0084.png │ │ │ │ ├── anim_0085.png │ │ │ │ ├── anim_0086.png │ │ │ │ ├── anim_0087.png │ │ │ │ ├── anim_0088.png │ │ │ │ ├── anim_0089.png │ │ │ │ ├── anim_0090.png │ │ │ │ ├── anim_0091.png │ │ │ │ ├── anim_0092.png │ │ │ │ ├── anim_0093.png │ │ │ │ ├── anim_0094.png │ │ │ │ ├── anim_0095.png │ │ │ │ ├── anim_0096.png │ │ │ │ ├── anim_0097.png │ │ │ │ ├── anim_0098.png │ │ │ │ ├── anim_0099.png │ │ │ │ ├── anim_0100.png │ │ │ │ ├── anim_0101.png │ │ │ │ ├── anim_0102.png │ │ │ │ ├── anim_0103.png │ │ │ │ ├── anim_0104.png │ │ │ │ ├── anim_0105.png │ │ │ │ ├── anim_0106.png │ │ │ │ ├── anim_0107.png │ │ │ │ ├── anim_0108.png │ │ │ │ ├── anim_0109.png │ │ │ │ ├── anim_0110.png │ │ │ │ ├── anim_0111.png │ │ │ │ ├── anim_0112.png │ │ │ │ ├── anim_0113.png │ │ │ │ ├── anim_0114.png │ │ │ │ ├── anim_0115.png │ │ │ │ ├── anim_0116.png │ │ │ │ ├── anim_0117.png │ │ │ │ ├── anim_0118.png │ │ │ │ ├── anim_0119.png │ │ │ │ ├── anim_0120.png │ │ │ │ ├── anim_0121.png │ │ │ │ ├── anim_0122.png │ │ │ │ ├── anim_0123.png │ │ │ │ ├── anim_0124.png │ │ │ │ ├── anim_0125.png │ │ │ │ ├── anim_0126.png │ │ │ │ ├── anim_0127.png │ │ │ │ ├── anim_0128.png │ │ │ │ ├── anim_0129.png │ │ │ │ ├── anim_0130.png │ │ │ │ ├── anim_0131.png │ │ │ │ ├── anim_0132.png │ │ │ │ ├── anim_0133.png │ │ │ │ ├── anim_0134.png │ │ │ │ ├── anim_0135.png │ │ │ │ ├── anim_0136.png │ │ │ │ ├── anim_0137.png │ │ │ │ ├── anim_0138.png │ │ │ │ ├── anim_0139.png │ │ │ │ ├── anim_0140.png │ │ │ │ ├── anim_0141.png │ │ │ │ ├── anim_0142.png │ │ │ │ ├── anim_0143.png │ │ │ │ ├── anim_0144.png │ │ │ │ ├── anim_0145.png │ │ │ │ ├── anim_0146.png │ │ │ │ ├── anim_0147.png │ │ │ │ ├── anim_0148.png │ │ │ │ ├── anim_0149.png │ │ │ │ ├── anim_0150.png │ │ │ │ ├── anim_0151.png │ │ │ │ ├── anim_0152.png │ │ │ │ ├── anim_0153.png │ │ │ │ ├── anim_0154.png │ │ │ │ ├── anim_0155.png │ │ │ │ ├── anim_0156.png │ │ │ │ ├── anim_0157.png │ │ │ │ ├── anim_0158.png │ │ │ │ └── anim_0159.png │ │ │ ├── grad1.png │ │ │ ├── grad2.png │ │ │ ├── grad3.png │ │ │ ├── logo.fbx │ │ │ ├── tank.png │ │ │ └── tanks.png │ │ ├── medal.fbx │ │ ├── mine.fbx │ │ ├── ping.fbx │ │ ├── plane.fbx │ │ ├── rebirth_tanks │ │ │ ├── tank_necro.fbx │ │ │ ├── tank_necro_extras.png │ │ │ ├── tank_necro_skulls.png │ │ │ └── tank_necro_tank.png │ │ ├── scene │ │ │ ├── block_stack.fbx │ │ │ ├── block_stack_alt.fbx │ │ │ ├── outer_bounds.fbx │ │ │ ├── scene_floor.fbx │ │ │ └── skybox │ │ │ │ ├── room.fbx │ │ │ │ └── textures │ │ │ │ ├── black.png │ │ │ │ ├── book1.png │ │ │ │ ├── book2.png │ │ │ │ ├── book_side.png │ │ │ │ ├── brass.png │ │ │ │ ├── brass_wire.png │ │ │ │ ├── ceiling.png │ │ │ │ ├── clock_face.png │ │ │ │ ├── clock_face_0.png │ │ │ │ ├── curtains.png │ │ │ │ ├── dirt.png │ │ │ │ ├── floor.png │ │ │ │ ├── glass.png │ │ │ │ ├── lamps.png │ │ │ │ ├── leather_red_brown.png │ │ │ │ ├── metal.png │ │ │ │ ├── metal_dark.png │ │ │ │ ├── pano.png │ │ │ │ ├── plant.png │ │ │ │ ├── walls.png │ │ │ │ ├── window_sides.png │ │ │ │ ├── wood_dark.png │ │ │ │ ├── wood_med.png │ │ │ │ └── wood_white.png │ │ ├── smoke.fbx │ │ ├── smoke_grenade.fbx │ │ ├── tank_e.fbx │ │ ├── tank_p.fbx │ │ └── teleporter.fbx │ ├── music │ │ ├── amethyst1.ogg │ │ ├── amethyst2.ogg │ │ ├── amethyst3.ogg │ │ ├── ash1.ogg │ │ ├── ash2.ogg │ │ ├── black.ogg │ │ ├── bronze.ogg │ │ ├── brown.ogg │ │ ├── citrine1.ogg │ │ ├── citrine2.ogg │ │ ├── citrine3.ogg │ │ ├── emerald1.ogg │ │ ├── emerald2.ogg │ │ ├── emerald3.ogg │ │ ├── emerald4.ogg │ │ ├── fanfares │ │ │ ├── endresults.ogg │ │ │ ├── gameover_playerdeath.ogg │ │ │ ├── life_get.ogg │ │ │ ├── mission_complete.ogg │ │ │ ├── mission_complete_M100.ogg │ │ │ ├── mission_complete_M20.ogg │ │ │ ├── mission_snare.ogg │ │ │ ├── mission_starting.ogg │ │ │ └── tank_player_death.ogg │ │ ├── gold1.ogg │ │ ├── gold2.ogg │ │ ├── gold3.ogg │ │ ├── green1.ogg │ │ ├── green2.ogg │ │ ├── green3.ogg │ │ ├── green4.ogg │ │ ├── intro.ogg │ │ ├── mainmenu │ │ │ ├── editor.ogg │ │ │ ├── theme.ogg │ │ │ ├── theme_christmas.ogg │ │ │ └── theme_legacy.ogg │ │ ├── marine1.ogg │ │ ├── marine2.ogg │ │ ├── obsidian.ogg │ │ ├── pink1.ogg │ │ ├── pink2.ogg │ │ ├── pink3.ogg │ │ ├── ruby1.ogg │ │ ├── ruby2.ogg │ │ ├── ruby3.ogg │ │ ├── sapphire1.ogg │ │ ├── sapphire2.ogg │ │ ├── silver1.ogg │ │ ├── silver2.ogg │ │ ├── violet1.ogg │ │ ├── violet2.ogg │ │ ├── violet3.ogg │ │ ├── white1.ogg │ │ ├── white2.ogg │ │ ├── white3.ogg │ │ ├── yellow1.ogg │ │ ├── yellow2.ogg │ │ └── yellow3.ogg │ ├── shaders │ │ ├── black_hue.fx │ │ ├── controlled_gradient.fx │ │ ├── gaussian_blur.fx │ │ ├── lantern.fx │ │ ├── mouse.fx │ │ ├── rainbow_grad_anim.fx │ │ └── rounded_rect.fx │ ├── sounds │ │ ├── ambient │ │ │ ├── forestday.ogg │ │ │ ├── forestnight.ogg │ │ │ ├── snowfall.ogg │ │ │ └── soft_rain.ogg │ │ ├── armor_ding_1.ogg │ │ ├── armor_ding_2.ogg │ │ ├── bullet_destroy.ogg │ │ ├── bullet_ricochet.ogg │ │ ├── crate │ │ │ ├── CrateImpact.ogg │ │ │ └── CrateSpawn.ogg │ │ ├── game_over_whistle.ogg │ │ ├── menu │ │ │ ├── achievement.ogg │ │ │ ├── client_join.ogg │ │ │ ├── client_leave.ogg │ │ │ ├── menu_enter_1.ogg │ │ │ ├── menu_error.ogg │ │ │ ├── menu_exit.ogg │ │ │ └── menu_tick.ogg │ │ ├── mine_explode.ogg │ │ ├── mine_place.ogg │ │ ├── mine_tick.ogg │ │ ├── mine_trip.ogg │ │ ├── ping │ │ │ ├── tr_ping_avoid_here.ogg │ │ │ ├── tr_ping_focus_here.ogg │ │ │ ├── tr_ping_generic.ogg │ │ │ ├── tr_ping_go_here.ogg │ │ │ ├── tr_ping_group_here.ogg │ │ │ ├── tr_ping_stay_here.ogg │ │ │ └── tr_ping_watch_here.ogg │ │ ├── plane │ │ │ └── plane_loop.ogg │ │ ├── results │ │ │ ├── punch.ogg │ │ │ ├── whistle_double.ogg │ │ │ ├── whistle_full.ogg │ │ │ ├── whistle_singular.ogg │ │ │ └── woosh_short.mp3 │ │ ├── ricochet_zip.ogg │ │ ├── roomscene │ │ │ ├── chime_hour.ogg │ │ │ ├── chime_seq1.ogg │ │ │ ├── chime_seq2.ogg │ │ │ ├── chime_seq3.ogg │ │ │ ├── chime_seq4.ogg │ │ │ └── chime_seq5.ogg │ │ ├── smoke_hiss.ogg │ │ ├── tank_1up.ogg │ │ ├── thunder │ │ │ ├── fast.ogg │ │ │ ├── gradual_fast.ogg │ │ │ ├── instant.ogg │ │ │ └── instant_2.ogg │ │ ├── tnk_destroy.ogg │ │ ├── tnk_destroy_enemy.ogg │ │ ├── tnk_event │ │ │ └── alert.ogg │ │ ├── tnk_invisible.ogg │ │ ├── tnk_shoot_regular_1.ogg │ │ ├── tnk_shoot_regular_2.ogg │ │ ├── tnk_shoot_ricochet_rocket.ogg │ │ ├── tnk_shoot_ricochet_rocket_loop.ogg │ │ ├── tnk_shoot_ricochet_rocket_old.ogg │ │ ├── tnk_shoot_rocket.ogg │ │ ├── tnk_shoot_rocket_loop.ogg │ │ ├── tnk_shoot_silencer-2.ogg │ │ ├── tnk_shoot_silencer.ogg │ │ ├── tnk_tread_place_1.ogg │ │ ├── tnk_tread_place_2.ogg │ │ ├── tnk_tread_place_3.ogg │ │ └── tnk_tread_place_4.ogg │ └── textures │ │ ├── bullet │ │ ├── bullet.png │ │ ├── explosive_bullet.png │ │ ├── flame.png │ │ ├── smoketrail.png │ │ └── smoketrail_black.png │ │ ├── chest │ │ └── chest.png │ │ ├── cube_shadow_tex.png │ │ ├── deathmark │ │ ├── deathmark_blue.png │ │ ├── deathmark_green.png │ │ ├── deathmark_red.png │ │ ├── deathmark_white.png │ │ └── deathmark_yellow.png │ │ ├── ingame │ │ ├── block.1.png │ │ ├── block.2.png │ │ ├── block_harf.1.png │ │ ├── block_other_a.png │ │ ├── block_other_b.png │ │ ├── block_other_b_test.png │ │ ├── block_other_c.png │ │ ├── block_shadow_a.png │ │ ├── block_shadow_b.png │ │ ├── block_shadow_c.png │ │ ├── block_shadow_d.png │ │ ├── block_shadow_h.png │ │ ├── floor_face.png │ │ ├── floor_lower.png │ │ └── teleporter.png │ │ ├── medal │ │ ├── medal_homshell.png │ │ ├── medal_invis.png │ │ └── medal_speed.png │ │ ├── mine │ │ ├── explosion.png │ │ ├── mine_env.png │ │ ├── mine_env_new.png │ │ └── mine_shadow.png │ │ ├── misc │ │ ├── armor.png │ │ ├── bot_hit.png │ │ ├── bot_hit_half.png │ │ ├── cursor_1.png │ │ ├── cursor_2.png │ │ ├── cursor_trail.png │ │ ├── light_particle.png │ │ ├── light_star.png │ │ ├── mouse_dot.png │ │ ├── particle_line.png │ │ ├── ring.png │ │ ├── stardust.png │ │ ├── tank_rock.png │ │ ├── tank_rock_2.png │ │ ├── tank_smoke.png │ │ ├── tank_smoke_ami.png │ │ ├── tank_smokes.png │ │ └── unknown_glow.png │ │ ├── plane │ │ ├── body.png │ │ └── wings.png │ │ ├── secret │ │ ├── bk_cypher.png │ │ └── ziggy.png │ │ ├── smoke │ │ ├── smoke.png │ │ └── smokenade.png │ │ ├── tank │ │ ├── plrtank_blue.png │ │ ├── plrtank_green.png │ │ ├── plrtank_red.png │ │ ├── plrtank_yellow.png │ │ ├── tank_amethyst.png │ │ ├── tank_ash.png │ │ ├── tank_black.png │ │ ├── tank_bronze.png │ │ ├── tank_brown.png │ │ ├── tank_citrine.png │ │ ├── tank_emerald.png │ │ ├── tank_gold.png │ │ ├── tank_green.png │ │ ├── tank_marine.png │ │ ├── tank_obsidian.png │ │ ├── tank_pink.png │ │ ├── tank_ruby.png │ │ ├── tank_sapphire.png │ │ ├── tank_silver.png │ │ ├── tank_violet.png │ │ ├── tank_white.png │ │ └── tank_yellow.png │ │ ├── tank_footprint.png │ │ ├── tank_footprint_alt.png │ │ ├── tank_shadow.png │ │ └── ui │ │ ├── achievement │ │ ├── 100000tanks.png │ │ ├── 10000tanks.png │ │ ├── 1000tanks.png │ │ ├── 100amethyst.png │ │ ├── 100ash.png │ │ ├── 100black.png │ │ ├── 100bronze.png │ │ ├── 100brown.png │ │ ├── 100citrine.png │ │ ├── 100emerald.png │ │ ├── 100gold.png │ │ ├── 100green.png │ │ ├── 100marine.png │ │ ├── 100mine.png │ │ ├── 100obsidian.png │ │ ├── 100pink.png │ │ ├── 100rico.png │ │ ├── 100ruby.png │ │ ├── 100sapphire.png │ │ ├── 100silver.png │ │ ├── 100tanks.png │ │ ├── 100violet.png │ │ ├── 100white.png │ │ ├── 100yellow.png │ │ ├── closeblack.png │ │ ├── createcampaign.png │ │ ├── createmission.png │ │ ├── custom10.png │ │ ├── custom5.png │ │ ├── greenmine.png │ │ ├── mins10.png │ │ ├── mins180.png │ │ ├── mins300.png │ │ ├── mins60.png │ │ ├── mins600.png │ │ ├── secret.png │ │ ├── seeblack.png │ │ ├── seegreen.png │ │ ├── seemarine.png │ │ ├── seewhite.png │ │ ├── selfmine.png │ │ ├── selfshoot.png │ │ ├── selfsuicide10.png │ │ ├── thirdpersonvictory.png │ │ ├── tpbullet.png │ │ └── vanillabeaten.png │ │ ├── banner.png │ │ ├── bullet_ui.png │ │ ├── chatalert.png │ │ ├── chevron_border.png │ │ ├── chevron_inside.png │ │ ├── elements │ │ ├── arrowl.png │ │ ├── arrowr.png │ │ ├── blank.png │ │ ├── cog.png │ │ ├── door.png │ │ ├── plus.png │ │ ├── pressed.png │ │ ├── router.png │ │ ├── subtract.png │ │ ├── tank.png │ │ ├── tanks.png │ │ ├── tankwrench.png │ │ ├── wifi.png │ │ └── wrench.png │ │ ├── grades.png │ │ ├── leveledit │ │ ├── Amethyst.png │ │ ├── Ash.png │ │ ├── Black.png │ │ ├── BluePlr.png │ │ ├── Bronze.png │ │ ├── Brown.png │ │ ├── Citrine.png │ │ ├── Cork.png │ │ ├── Cork_1.png │ │ ├── Cork_2.png │ │ ├── Cork_3.png │ │ ├── Cork_4.png │ │ ├── Cork_5.png │ │ ├── Cork_6.png │ │ ├── Cork_7.png │ │ ├── Emerald.png │ │ ├── Gold.png │ │ ├── Green.png │ │ ├── GreenPlr.png │ │ ├── Hole.png │ │ ├── Marine.png │ │ ├── Obsidian.png │ │ ├── Pink.png │ │ ├── RedPlr.png │ │ ├── Ruby.png │ │ ├── Sapphire.png │ │ ├── Silver.png │ │ ├── Violet.png │ │ ├── White.png │ │ ├── Wood.png │ │ ├── Wood_1.png │ │ ├── Wood_2.png │ │ ├── Wood_3.png │ │ ├── Wood_4.png │ │ ├── Wood_5.png │ │ ├── Wood_6.png │ │ ├── Wood_7.png │ │ ├── Yellow.png │ │ ├── YellowPlr.png │ │ ├── homing.png │ │ ├── invisible.png │ │ ├── power_up.png │ │ ├── rotate.png │ │ └── speed.png │ │ ├── mission_info.png │ │ ├── patterndiamond.png │ │ ├── ping │ │ ├── avoid_here.png │ │ ├── focus_here.png │ │ ├── generic.png │ │ ├── go_here.png │ │ ├── group_here.png │ │ ├── ping_tex.png │ │ ├── stay_here.png │ │ └── watch_here.png │ │ ├── playertank2d.png │ │ ├── scoreboard_inner.png │ │ ├── scoreboard_outer.png │ │ ├── tank2d.png │ │ ├── tank_background_billboard.png │ │ ├── tank_background_billboard_white.png │ │ ├── tnk_bonus_base.png │ │ ├── tnk_bonus_star.png │ │ ├── tnk_bonus_star_temp.png │ │ ├── tnk_ui_lightborder.png │ │ └── trophy.png └── Content.mgcb ├── DiscordRichPresence.cs ├── Enums └── Enums.cs ├── GameConfig.cs ├── GameContent ├── Airplane.cs ├── Block.cs ├── BlockProperties.cs ├── Collectible.cs ├── Cosmetics │ ├── CosmeticChest.cs │ ├── CosmeticsUI.cs │ ├── IProp.cs │ ├── Prop2D.cs │ ├── Prop3D.cs │ └── RenderableCrate.cs ├── Crate.cs ├── Explosion.cs ├── GameHandler.cs ├── GameMechanics │ ├── AiBehavior.cs │ └── Collision.cs ├── GameShaders.cs ├── Globals │ ├── Assets │ │ ├── ModelGlobals.cs │ │ └── Resource.cs │ ├── CameraGlobals.cs │ ├── CampaignGlobals.cs │ ├── FontGlobals.cs │ ├── PathGlobals.cs │ ├── RenderGlobals.cs │ └── TextureGlobals.cs ├── ID │ ├── BlockID.cs │ ├── PingID.cs │ ├── PlayerID.cs │ ├── ShellID.cs │ ├── TankID.cs │ ├── TeamID.cs │ └── TrackID.cs ├── Mine.cs ├── ModSupport │ ├── ModBlock.cs │ ├── ModContent.cs │ ├── ModLoadException.cs │ ├── ModLoader.cs │ ├── ModShell.cs │ ├── ModTank.cs │ └── TanksMod.cs ├── ParticleGameplay.cs ├── Powerup.cs ├── RebirthMouse.cs ├── RebirthUtils │ ├── DebugManager.cs │ └── SceneManager.cs ├── Shell.cs ├── ShellProperties.cs ├── Speedrunning │ ├── Speedrun.cs │ └── SpeedrunFile.cs ├── Systems │ ├── AI │ │ ├── AIManager.cs │ │ ├── AITank.Attacking.cs │ │ ├── AITank.Evasion.cs │ │ ├── AITank.Movement.cs │ │ ├── AITank.cs │ │ ├── AiParameters.cs │ │ └── IAITankDanger.cs │ ├── Campaign.cs │ ├── ChatSystem.cs │ ├── CommandsSystem │ │ ├── CommandGlobals.cs │ │ ├── CommandInput.cs │ │ └── CommandOutput.cs │ ├── Coordinates │ │ ├── BlockMapPosition.cs │ │ └── PlacementSquare.cs │ ├── DecalSystem.cs │ ├── Difficulties.cs │ ├── DifficultyAlgorithm.cs │ ├── IntermissionHandler.cs │ ├── IntermissionSystem.cs │ ├── Mission.cs │ ├── ParticleSystem │ │ ├── Particle.cs │ │ └── ParticleManager.cs │ ├── Pathfinding │ │ ├── AStarNode.cs │ │ ├── AStarPathfinder.cs │ │ └── PathTraversal.cs │ ├── PingSystem │ │ ├── IngamePing.cs │ │ └── PingMenu.cs │ ├── Popup.cs │ ├── TankMusicSystem.cs │ ├── TankSystem │ │ ├── ITankHurtContext.cs │ │ ├── PlayerTank.cs │ │ ├── Tank.cs │ │ ├── TankArmor.cs │ │ ├── TankDeathMark.cs │ │ ├── TankFootprint.cs │ │ ├── TankHurtContextExplosion.cs │ │ ├── TankHurtContextOther.cs │ │ ├── TankHurtContextShell.cs │ │ ├── TankHurtContextStandard.cs │ │ ├── TankProperties.cs │ │ └── TankTemplate.cs │ └── Thunder.cs └── UI │ ├── AchievementPopupHandler.cs │ ├── AchievementsUI.cs │ ├── CampaignCompleteUI.cs │ ├── ControlsUI.cs │ ├── DeltaStats.cs │ ├── GameSceneUI.cs │ ├── GameUI.cs │ ├── GraphicsUI.cs │ ├── LevelEditor │ ├── LevelEditorUI.MissionManager.cs │ ├── LevelEditorUI.Peripherals.cs │ ├── LevelEditorUI.SaveUI.cs │ ├── LevelEditorUI.ScrollBar.cs │ └── LevelEditorUI.cs │ ├── MPSummaryUI.cs │ ├── MainMenu │ ├── MainMenuUI.AudioManager.cs │ ├── MainMenuUI.Campaigns.cs │ ├── MainMenuUI.Cosmetics.cs │ ├── MainMenuUI.DifficultiesManager.cs │ ├── MainMenuUI.GameplayManager.cs │ ├── MainMenuUI.MPManager.cs │ ├── MainMenuUI.StatsMenu.cs │ ├── MainMenuUI.UIManager.cs │ └── MainMenuUI.cs │ ├── RebirthLogoModel.cs │ ├── VolumeUI.cs │ └── XpBar.cs ├── GameLauncher.cs ├── Graphics ├── Cameras │ ├── Camera.cs │ ├── Freecam.cs │ ├── OrthographicCamera.cs │ ├── PerspectiveCamera.cs │ └── SpectatorCamera.cs ├── GameScene.cs ├── Lighting.cs ├── Metrics │ └── Graph.cs ├── RoomScene.cs ├── Shaders │ ├── AOEffect.cs │ └── GradientEffect.cs └── Trail.cs ├── IO ├── GameData.cs └── IFileSerializable.cs ├── Icon.bmp ├── Icon.ico ├── Internals ├── AudioQueue.cs ├── Common │ ├── Framework │ │ ├── Animation │ │ │ ├── Animator.cs │ │ │ └── KeyFrame.cs │ │ ├── Audio │ │ │ ├── AudioDeserializers │ │ │ │ ├── DeseralizationData.cs │ │ │ │ ├── IAudioDeserializer.cs │ │ │ │ └── OggDeserializer.cs │ │ │ ├── IAudio.cs │ │ │ ├── MidiPlayer.cs │ │ │ ├── Music.cs │ │ │ ├── OggAudio.cs │ │ │ ├── OggMusic.cs │ │ │ └── SoundPlayer.cs │ │ ├── Collections │ │ │ ├── ReflectionDictionary.cs │ │ │ └── SwapBackArray.cs │ │ ├── Collisions │ │ │ ├── Circle.cs │ │ │ ├── CollisionResult.cs │ │ │ └── RaycastReflection.cs │ │ ├── ComputerSpecs.cs │ │ ├── Core │ │ │ └── CrashReportInfo.cs │ │ ├── FpsTracker.cs │ │ ├── Graphics │ │ │ ├── Quad2D.cs │ │ │ ├── Quad3D.cs │ │ │ ├── Triangle2D.cs │ │ │ └── UnpackedColor.cs │ │ ├── Input │ │ │ ├── BindParser.cs │ │ │ ├── GamepadBind.cs │ │ │ ├── IInputBind.cs │ │ │ └── Keybind.cs │ │ ├── Interfaces │ │ │ ├── ILoadable.cs │ │ │ └── IModContent.cs │ │ ├── Radial.cs │ │ ├── Range.cs │ │ └── StatisticalColor.cs │ ├── GameUI │ │ ├── UIDropdown.cs │ │ ├── UIImage.cs │ │ ├── UIImageButton.cs │ │ ├── UIPanel.cs │ │ ├── UISlider.cs │ │ ├── UIText.cs │ │ ├── UITextButton.cs │ │ └── UITextInput.cs │ ├── IO │ │ ├── JsonHandler.cs │ │ └── SaveState.cs │ ├── InputUtils.cs │ └── Utilities │ │ ├── ArrayUtils.cs │ │ ├── BinaryUtils.cs │ │ ├── BitUtils.cs │ │ ├── CollectionUtils.cs │ │ ├── ColorUtils.cs │ │ ├── DrawUtils.cs │ │ ├── Easings.cs │ │ ├── GameUtils.cs │ │ ├── GeometryUtils.cs │ │ ├── IOUtils.cs │ │ ├── MathUtils.cs │ │ ├── MatrixUtils.cs │ │ ├── MouseUtils.cs │ │ ├── RandomUtils.cs │ │ ├── RayUtils.cs │ │ ├── ReflectionUtils.cs │ │ ├── RegionUtils.cs │ │ ├── RenderUtils.cs │ │ ├── SoundUtils.cs │ │ ├── SteamworksUtils.cs │ │ ├── StringUtils.cs │ │ ├── TextureUtils.cs │ │ ├── TimeUtils.cs │ │ ├── TweenUtils.cs │ │ ├── WebUtils.cs │ │ ├── WiiMapLoader.cs │ │ └── WindowUtils.cs ├── Core │ └── Interfaces │ │ └── IGameObject.cs ├── GameResources.cs ├── IPreloadSettings.cs ├── Logger.cs ├── TextureQueue.cs └── UI │ ├── UIElement.cs │ └── UIElementMouseInput.cs ├── Localization ├── LangCode.cs ├── Language.cs ├── LocalizationRandoms.cs ├── LocalizedString.cs ├── de_DE.loc ├── en_US.loc ├── es_ES.loc ├── fr_FR.loc ├── ja_JP.loc ├── pl_PL.loc ├── pt_BR.loc ├── ru_RU.loc └── sv_SV.loc ├── Net ├── Client.cs ├── MPPlayerData.cs ├── NetExtensions.cs ├── NetPlay.cs ├── PacketID.cs └── Server.cs ├── README.md ├── RuntimeData.cs ├── TODO.md ├── TankGame.cs ├── TanksRebirth.csproj ├── TanksRebirth.sln ├── app.manifest ├── deps ├── Aspose.Zip.dll ├── DiscordRPC.dll ├── MeltySynth.dll ├── Octokit.dll ├── Octokit.xml ├── Steamworks.NET.dll └── WiimoteLib.dll ├── launchSettings.json ├── steam_api64.dll ├── steam_appid.txt └── thisupdatefeatures.txt /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/.gitignore -------------------------------------------------------------------------------- /Achievements/Achievement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Achievements/Achievement.cs -------------------------------------------------------------------------------- /Achievements/AchievementRepository.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Achievements/AchievementRepository.cs -------------------------------------------------------------------------------- /Achievements/IAchievement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Achievements/IAchievement.cs -------------------------------------------------------------------------------- /Achievements/VanillaAchievements.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Achievements/VanillaAchievements.cs -------------------------------------------------------------------------------- /AutoUpdater.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/AutoUpdater.cs -------------------------------------------------------------------------------- /Content/Assets/Shaders/ExampleVxShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/Shaders/ExampleVxShader.fx -------------------------------------------------------------------------------- /Content/Assets/UIPanelBackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/UIPanelBackground.png -------------------------------------------------------------------------------- /Content/Assets/UIPanelBackgroundCorner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/UIPanelBackgroundCorner.png -------------------------------------------------------------------------------- /Content/Assets/christmas/block_stack_alt_snowy.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/christmas/block_stack_alt_snowy.fbx -------------------------------------------------------------------------------- /Content/Assets/christmas/block_stack_snowy.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/christmas/block_stack_snowy.fbx -------------------------------------------------------------------------------- /Content/Assets/christmas/outer_bounds_snowy.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/christmas/outer_bounds_snowy.fbx -------------------------------------------------------------------------------- /Content/Assets/christmas/snow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/christmas/snow.png -------------------------------------------------------------------------------- /Content/Assets/christmas/snowflake_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/christmas/snowflake_0.png -------------------------------------------------------------------------------- /Content/Assets/christmas/snowflake_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/christmas/snowflake_1.png -------------------------------------------------------------------------------- /Content/Assets/fonts/UI_fnt.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/fonts/UI_fnt.ttf -------------------------------------------------------------------------------- /Content/Assets/fonts/en_US.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/fonts/en_US.ttf -------------------------------------------------------------------------------- /Content/Assets/fonts/es_ES.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/fonts/es_ES.ttf -------------------------------------------------------------------------------- /Content/Assets/fonts/ja_JP.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/fonts/ja_JP.ttf -------------------------------------------------------------------------------- /Content/Assets/fonts/ru_RU.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/fonts/ru_RU.ttf -------------------------------------------------------------------------------- /Content/Assets/models/armor.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/armor.fbx -------------------------------------------------------------------------------- /Content/Assets/models/box_face.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/box_face.fbx -------------------------------------------------------------------------------- /Content/Assets/models/bullet.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/bullet.fbx -------------------------------------------------------------------------------- /Content/Assets/models/chest.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/chest.fbx -------------------------------------------------------------------------------- /Content/Assets/models/cosmetics/anger_symbol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/cosmetics/anger_symbol.png -------------------------------------------------------------------------------- /Content/Assets/models/cosmetics/army_hat.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/cosmetics/army_hat.fbx -------------------------------------------------------------------------------- /Content/Assets/models/cosmetics/army_hat_tex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/cosmetics/army_hat_tex.png -------------------------------------------------------------------------------- /Content/Assets/models/cosmetics/crown.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/cosmetics/crown.fbx -------------------------------------------------------------------------------- /Content/Assets/models/cosmetics/crown_tex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/cosmetics/crown_tex.png -------------------------------------------------------------------------------- /Content/Assets/models/cosmetics/halo.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/cosmetics/halo.fbx -------------------------------------------------------------------------------- /Content/Assets/models/cosmetics/halo_tex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/cosmetics/halo_tex.png -------------------------------------------------------------------------------- /Content/Assets/models/cosmetics/horns.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/cosmetics/horns.fbx -------------------------------------------------------------------------------- /Content/Assets/models/cosmetics/santa_hat.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/cosmetics/santa_hat.fbx -------------------------------------------------------------------------------- /Content/Assets/models/cosmetics/santa_hat_tex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/cosmetics/santa_hat_tex.png -------------------------------------------------------------------------------- /Content/Assets/models/cosmetics/witch_hat.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/cosmetics/witch_hat.fbx -------------------------------------------------------------------------------- /Content/Assets/models/dome.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/dome.fbx -------------------------------------------------------------------------------- /Content/Assets/models/flat_face.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/flat_face.fbx -------------------------------------------------------------------------------- /Content/Assets/models/key.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/key.fbx -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0000.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0001.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0002.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0003.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0004.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0005.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0006.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0007.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0008.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0009.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0010.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0011.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0012.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0013.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0014.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0015.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0016.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0017.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0018.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0019.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0020.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0021.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0022.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0023.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0024.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0025.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0026.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0026.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0027.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0027.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0028.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0028.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0029.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0029.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0030.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0030.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0031.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0031.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0032.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0032.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0033.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0033.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0034.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0034.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0035.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0035.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0036.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0036.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0037.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0037.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0038.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0038.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0039.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0039.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0040.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0040.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0041.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0041.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0042.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0042.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0043.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0043.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0044.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0044.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0045.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0045.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0046.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0046.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0047.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0047.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0048.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0048.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0049.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0049.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0050.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0050.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0051.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0051.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0052.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0052.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0053.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0053.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0054.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0054.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0055.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0055.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0056.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0056.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0057.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0057.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0058.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0058.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0059.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0059.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0060.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0060.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0061.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0061.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0062.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0062.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0063.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0063.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0064.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0064.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0065.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0065.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0066.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0066.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0067.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0067.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0068.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0068.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0069.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0069.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0070.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0070.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0071.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0071.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0072.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0072.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0073.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0073.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0074.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0074.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0075.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0075.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0076.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0076.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0077.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0077.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0078.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0078.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0079.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0079.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0080.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0080.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0081.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0081.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0082.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0082.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0083.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0083.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0084.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0084.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0085.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0085.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0086.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0086.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0087.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0087.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0088.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0088.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0089.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0089.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0090.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0090.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0091.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0091.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0092.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0092.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0093.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0093.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0094.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0094.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0095.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0095.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0096.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0096.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0097.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0097.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0098.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0098.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0099.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0099.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0100.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0101.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0102.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0102.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0103.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0103.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0104.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0104.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0105.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0105.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0106.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0106.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0107.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0107.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0108.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0108.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0109.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0109.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0110.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0110.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0111.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0111.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0112.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0113.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0113.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0114.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0115.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0115.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0116.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0116.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0117.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0117.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0118.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0118.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0119.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0119.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0120.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0121.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0121.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0122.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0122.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0123.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0123.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0124.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0124.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0125.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0126.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0126.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0127.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0127.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0128.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0129.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0129.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0130.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0131.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0131.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0132.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0132.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0133.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0133.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0134.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0134.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0135.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0135.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0136.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0136.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0137.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0137.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0138.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0138.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0139.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0139.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0140.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0140.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0141.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0141.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0142.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0142.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0143.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0143.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0144.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0145.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0145.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0146.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0146.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0147.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0147.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0148.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0148.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0149.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0149.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0150.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0151.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0151.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0152.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0153.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0153.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0154.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0154.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0155.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0155.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0156.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0156.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0157.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0157.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0158.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0158.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/anim/anim_0159.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/anim/anim_0159.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/grad1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/grad1.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/grad2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/grad2.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/grad3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/grad3.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/logo.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/logo.fbx -------------------------------------------------------------------------------- /Content/Assets/models/logo/tank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/tank.png -------------------------------------------------------------------------------- /Content/Assets/models/logo/tanks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/logo/tanks.png -------------------------------------------------------------------------------- /Content/Assets/models/medal.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/medal.fbx -------------------------------------------------------------------------------- /Content/Assets/models/mine.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/mine.fbx -------------------------------------------------------------------------------- /Content/Assets/models/ping.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/ping.fbx -------------------------------------------------------------------------------- /Content/Assets/models/plane.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/plane.fbx -------------------------------------------------------------------------------- /Content/Assets/models/rebirth_tanks/tank_necro.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/rebirth_tanks/tank_necro.fbx -------------------------------------------------------------------------------- /Content/Assets/models/rebirth_tanks/tank_necro_tank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/rebirth_tanks/tank_necro_tank.png -------------------------------------------------------------------------------- /Content/Assets/models/scene/block_stack.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/scene/block_stack.fbx -------------------------------------------------------------------------------- /Content/Assets/models/scene/block_stack_alt.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/scene/block_stack_alt.fbx -------------------------------------------------------------------------------- /Content/Assets/models/scene/outer_bounds.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/scene/outer_bounds.fbx -------------------------------------------------------------------------------- /Content/Assets/models/scene/scene_floor.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/scene/scene_floor.fbx -------------------------------------------------------------------------------- /Content/Assets/models/scene/skybox/room.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/scene/skybox/room.fbx -------------------------------------------------------------------------------- /Content/Assets/models/scene/skybox/textures/black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/scene/skybox/textures/black.png -------------------------------------------------------------------------------- /Content/Assets/models/scene/skybox/textures/book1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/scene/skybox/textures/book1.png -------------------------------------------------------------------------------- /Content/Assets/models/scene/skybox/textures/book2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/scene/skybox/textures/book2.png -------------------------------------------------------------------------------- /Content/Assets/models/scene/skybox/textures/brass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/scene/skybox/textures/brass.png -------------------------------------------------------------------------------- /Content/Assets/models/scene/skybox/textures/ceiling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/scene/skybox/textures/ceiling.png -------------------------------------------------------------------------------- /Content/Assets/models/scene/skybox/textures/dirt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/scene/skybox/textures/dirt.png -------------------------------------------------------------------------------- /Content/Assets/models/scene/skybox/textures/floor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/scene/skybox/textures/floor.png -------------------------------------------------------------------------------- /Content/Assets/models/scene/skybox/textures/glass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/scene/skybox/textures/glass.png -------------------------------------------------------------------------------- /Content/Assets/models/scene/skybox/textures/lamps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/scene/skybox/textures/lamps.png -------------------------------------------------------------------------------- /Content/Assets/models/scene/skybox/textures/metal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/scene/skybox/textures/metal.png -------------------------------------------------------------------------------- /Content/Assets/models/scene/skybox/textures/pano.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/scene/skybox/textures/pano.png -------------------------------------------------------------------------------- /Content/Assets/models/scene/skybox/textures/plant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/scene/skybox/textures/plant.png -------------------------------------------------------------------------------- /Content/Assets/models/scene/skybox/textures/walls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/scene/skybox/textures/walls.png -------------------------------------------------------------------------------- /Content/Assets/models/smoke.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/smoke.fbx -------------------------------------------------------------------------------- /Content/Assets/models/smoke_grenade.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/smoke_grenade.fbx -------------------------------------------------------------------------------- /Content/Assets/models/tank_e.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/tank_e.fbx -------------------------------------------------------------------------------- /Content/Assets/models/tank_p.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/tank_p.fbx -------------------------------------------------------------------------------- /Content/Assets/models/teleporter.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/models/teleporter.fbx -------------------------------------------------------------------------------- /Content/Assets/music/amethyst1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/amethyst1.ogg -------------------------------------------------------------------------------- /Content/Assets/music/amethyst2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/amethyst2.ogg -------------------------------------------------------------------------------- /Content/Assets/music/amethyst3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/amethyst3.ogg -------------------------------------------------------------------------------- /Content/Assets/music/ash1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/ash1.ogg -------------------------------------------------------------------------------- /Content/Assets/music/ash2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/ash2.ogg -------------------------------------------------------------------------------- /Content/Assets/music/black.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/black.ogg -------------------------------------------------------------------------------- /Content/Assets/music/bronze.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/bronze.ogg -------------------------------------------------------------------------------- /Content/Assets/music/brown.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/brown.ogg -------------------------------------------------------------------------------- /Content/Assets/music/citrine1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/citrine1.ogg -------------------------------------------------------------------------------- /Content/Assets/music/citrine2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/citrine2.ogg -------------------------------------------------------------------------------- /Content/Assets/music/citrine3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/citrine3.ogg -------------------------------------------------------------------------------- /Content/Assets/music/emerald1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/emerald1.ogg -------------------------------------------------------------------------------- /Content/Assets/music/emerald2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/emerald2.ogg -------------------------------------------------------------------------------- /Content/Assets/music/emerald3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/emerald3.ogg -------------------------------------------------------------------------------- /Content/Assets/music/emerald4.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/emerald4.ogg -------------------------------------------------------------------------------- /Content/Assets/music/fanfares/endresults.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/fanfares/endresults.ogg -------------------------------------------------------------------------------- /Content/Assets/music/fanfares/life_get.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/fanfares/life_get.ogg -------------------------------------------------------------------------------- /Content/Assets/music/fanfares/mission_complete.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/fanfares/mission_complete.ogg -------------------------------------------------------------------------------- /Content/Assets/music/fanfares/mission_snare.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/fanfares/mission_snare.ogg -------------------------------------------------------------------------------- /Content/Assets/music/fanfares/mission_starting.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/fanfares/mission_starting.ogg -------------------------------------------------------------------------------- /Content/Assets/music/fanfares/tank_player_death.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/fanfares/tank_player_death.ogg -------------------------------------------------------------------------------- /Content/Assets/music/gold1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/gold1.ogg -------------------------------------------------------------------------------- /Content/Assets/music/gold2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/gold2.ogg -------------------------------------------------------------------------------- /Content/Assets/music/gold3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/gold3.ogg -------------------------------------------------------------------------------- /Content/Assets/music/green1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/green1.ogg -------------------------------------------------------------------------------- /Content/Assets/music/green2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/green2.ogg -------------------------------------------------------------------------------- /Content/Assets/music/green3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/green3.ogg -------------------------------------------------------------------------------- /Content/Assets/music/green4.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/green4.ogg -------------------------------------------------------------------------------- /Content/Assets/music/intro.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/intro.ogg -------------------------------------------------------------------------------- /Content/Assets/music/mainmenu/editor.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/mainmenu/editor.ogg -------------------------------------------------------------------------------- /Content/Assets/music/mainmenu/theme.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/mainmenu/theme.ogg -------------------------------------------------------------------------------- /Content/Assets/music/mainmenu/theme_christmas.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/mainmenu/theme_christmas.ogg -------------------------------------------------------------------------------- /Content/Assets/music/mainmenu/theme_legacy.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/mainmenu/theme_legacy.ogg -------------------------------------------------------------------------------- /Content/Assets/music/marine1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/marine1.ogg -------------------------------------------------------------------------------- /Content/Assets/music/marine2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/marine2.ogg -------------------------------------------------------------------------------- /Content/Assets/music/obsidian.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/obsidian.ogg -------------------------------------------------------------------------------- /Content/Assets/music/pink1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/pink1.ogg -------------------------------------------------------------------------------- /Content/Assets/music/pink2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/pink2.ogg -------------------------------------------------------------------------------- /Content/Assets/music/pink3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/pink3.ogg -------------------------------------------------------------------------------- /Content/Assets/music/ruby1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/ruby1.ogg -------------------------------------------------------------------------------- /Content/Assets/music/ruby2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/ruby2.ogg -------------------------------------------------------------------------------- /Content/Assets/music/ruby3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/ruby3.ogg -------------------------------------------------------------------------------- /Content/Assets/music/sapphire1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/sapphire1.ogg -------------------------------------------------------------------------------- /Content/Assets/music/sapphire2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/sapphire2.ogg -------------------------------------------------------------------------------- /Content/Assets/music/silver1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/silver1.ogg -------------------------------------------------------------------------------- /Content/Assets/music/silver2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/silver2.ogg -------------------------------------------------------------------------------- /Content/Assets/music/violet1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/violet1.ogg -------------------------------------------------------------------------------- /Content/Assets/music/violet2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/violet2.ogg -------------------------------------------------------------------------------- /Content/Assets/music/violet3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/violet3.ogg -------------------------------------------------------------------------------- /Content/Assets/music/white1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/white1.ogg -------------------------------------------------------------------------------- /Content/Assets/music/white2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/white2.ogg -------------------------------------------------------------------------------- /Content/Assets/music/white3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/white3.ogg -------------------------------------------------------------------------------- /Content/Assets/music/yellow1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/yellow1.ogg -------------------------------------------------------------------------------- /Content/Assets/music/yellow2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/yellow2.ogg -------------------------------------------------------------------------------- /Content/Assets/music/yellow3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/music/yellow3.ogg -------------------------------------------------------------------------------- /Content/Assets/shaders/black_hue.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/shaders/black_hue.fx -------------------------------------------------------------------------------- /Content/Assets/shaders/controlled_gradient.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/shaders/controlled_gradient.fx -------------------------------------------------------------------------------- /Content/Assets/shaders/gaussian_blur.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/shaders/gaussian_blur.fx -------------------------------------------------------------------------------- /Content/Assets/shaders/lantern.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/shaders/lantern.fx -------------------------------------------------------------------------------- /Content/Assets/shaders/mouse.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/shaders/mouse.fx -------------------------------------------------------------------------------- /Content/Assets/shaders/rainbow_grad_anim.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/shaders/rainbow_grad_anim.fx -------------------------------------------------------------------------------- /Content/Assets/shaders/rounded_rect.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/shaders/rounded_rect.fx -------------------------------------------------------------------------------- /Content/Assets/sounds/ambient/forestday.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/ambient/forestday.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/ambient/forestnight.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/ambient/forestnight.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/ambient/snowfall.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/ambient/snowfall.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/ambient/soft_rain.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/ambient/soft_rain.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/armor_ding_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/armor_ding_1.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/armor_ding_2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/armor_ding_2.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/bullet_destroy.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/bullet_destroy.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/bullet_ricochet.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/bullet_ricochet.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/crate/CrateImpact.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/crate/CrateImpact.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/crate/CrateSpawn.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/crate/CrateSpawn.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/game_over_whistle.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/game_over_whistle.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/menu/achievement.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/menu/achievement.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/menu/client_join.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/menu/client_join.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/menu/client_leave.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/menu/client_leave.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/menu/menu_enter_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/menu/menu_enter_1.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/menu/menu_error.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/menu/menu_error.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/menu/menu_exit.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/menu/menu_exit.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/menu/menu_tick.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/menu/menu_tick.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/mine_explode.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/mine_explode.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/mine_place.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/mine_place.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/mine_tick.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/mine_tick.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/mine_trip.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/mine_trip.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/ping/tr_ping_avoid_here.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/ping/tr_ping_avoid_here.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/ping/tr_ping_focus_here.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/ping/tr_ping_focus_here.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/ping/tr_ping_generic.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/ping/tr_ping_generic.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/ping/tr_ping_go_here.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/ping/tr_ping_go_here.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/ping/tr_ping_group_here.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/ping/tr_ping_group_here.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/ping/tr_ping_stay_here.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/ping/tr_ping_stay_here.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/ping/tr_ping_watch_here.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/ping/tr_ping_watch_here.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/plane/plane_loop.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/plane/plane_loop.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/results/punch.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/results/punch.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/results/whistle_double.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/results/whistle_double.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/results/whistle_full.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/results/whistle_full.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/results/whistle_singular.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/results/whistle_singular.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/results/woosh_short.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/results/woosh_short.mp3 -------------------------------------------------------------------------------- /Content/Assets/sounds/ricochet_zip.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/ricochet_zip.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/roomscene/chime_hour.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/roomscene/chime_hour.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/roomscene/chime_seq1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/roomscene/chime_seq1.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/roomscene/chime_seq2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/roomscene/chime_seq2.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/roomscene/chime_seq3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/roomscene/chime_seq3.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/roomscene/chime_seq4.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/roomscene/chime_seq4.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/roomscene/chime_seq5.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/roomscene/chime_seq5.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/smoke_hiss.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/smoke_hiss.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/tank_1up.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/tank_1up.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/thunder/fast.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/thunder/fast.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/thunder/gradual_fast.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/thunder/gradual_fast.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/thunder/instant.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/thunder/instant.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/thunder/instant_2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/thunder/instant_2.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/tnk_destroy.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/tnk_destroy.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/tnk_destroy_enemy.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/tnk_destroy_enemy.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/tnk_event/alert.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/tnk_event/alert.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/tnk_invisible.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/tnk_invisible.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/tnk_shoot_regular_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/tnk_shoot_regular_1.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/tnk_shoot_regular_2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/tnk_shoot_regular_2.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/tnk_shoot_ricochet_rocket.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/tnk_shoot_ricochet_rocket.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/tnk_shoot_rocket.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/tnk_shoot_rocket.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/tnk_shoot_rocket_loop.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/tnk_shoot_rocket_loop.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/tnk_shoot_silencer-2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/tnk_shoot_silencer-2.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/tnk_shoot_silencer.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/tnk_shoot_silencer.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/tnk_tread_place_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/tnk_tread_place_1.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/tnk_tread_place_2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/tnk_tread_place_2.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/tnk_tread_place_3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/tnk_tread_place_3.ogg -------------------------------------------------------------------------------- /Content/Assets/sounds/tnk_tread_place_4.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/sounds/tnk_tread_place_4.ogg -------------------------------------------------------------------------------- /Content/Assets/textures/bullet/bullet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/bullet/bullet.png -------------------------------------------------------------------------------- /Content/Assets/textures/bullet/explosive_bullet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/bullet/explosive_bullet.png -------------------------------------------------------------------------------- /Content/Assets/textures/bullet/flame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/bullet/flame.png -------------------------------------------------------------------------------- /Content/Assets/textures/bullet/smoketrail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/bullet/smoketrail.png -------------------------------------------------------------------------------- /Content/Assets/textures/bullet/smoketrail_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/bullet/smoketrail_black.png -------------------------------------------------------------------------------- /Content/Assets/textures/chest/chest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/chest/chest.png -------------------------------------------------------------------------------- /Content/Assets/textures/cube_shadow_tex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/cube_shadow_tex.png -------------------------------------------------------------------------------- /Content/Assets/textures/deathmark/deathmark_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/deathmark/deathmark_blue.png -------------------------------------------------------------------------------- /Content/Assets/textures/deathmark/deathmark_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/deathmark/deathmark_red.png -------------------------------------------------------------------------------- /Content/Assets/textures/ingame/block.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ingame/block.1.png -------------------------------------------------------------------------------- /Content/Assets/textures/ingame/block.2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ingame/block.2.png -------------------------------------------------------------------------------- /Content/Assets/textures/ingame/block_harf.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ingame/block_harf.1.png -------------------------------------------------------------------------------- /Content/Assets/textures/ingame/block_other_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ingame/block_other_a.png -------------------------------------------------------------------------------- /Content/Assets/textures/ingame/block_other_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ingame/block_other_b.png -------------------------------------------------------------------------------- /Content/Assets/textures/ingame/block_other_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ingame/block_other_c.png -------------------------------------------------------------------------------- /Content/Assets/textures/ingame/block_shadow_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ingame/block_shadow_a.png -------------------------------------------------------------------------------- /Content/Assets/textures/ingame/block_shadow_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ingame/block_shadow_b.png -------------------------------------------------------------------------------- /Content/Assets/textures/ingame/block_shadow_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ingame/block_shadow_c.png -------------------------------------------------------------------------------- /Content/Assets/textures/ingame/block_shadow_d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ingame/block_shadow_d.png -------------------------------------------------------------------------------- /Content/Assets/textures/ingame/block_shadow_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ingame/block_shadow_h.png -------------------------------------------------------------------------------- /Content/Assets/textures/ingame/floor_face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ingame/floor_face.png -------------------------------------------------------------------------------- /Content/Assets/textures/ingame/floor_lower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ingame/floor_lower.png -------------------------------------------------------------------------------- /Content/Assets/textures/ingame/teleporter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ingame/teleporter.png -------------------------------------------------------------------------------- /Content/Assets/textures/medal/medal_homshell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/medal/medal_homshell.png -------------------------------------------------------------------------------- /Content/Assets/textures/medal/medal_invis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/medal/medal_invis.png -------------------------------------------------------------------------------- /Content/Assets/textures/medal/medal_speed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/medal/medal_speed.png -------------------------------------------------------------------------------- /Content/Assets/textures/mine/explosion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/mine/explosion.png -------------------------------------------------------------------------------- /Content/Assets/textures/mine/mine_env.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/mine/mine_env.png -------------------------------------------------------------------------------- /Content/Assets/textures/mine/mine_env_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/mine/mine_env_new.png -------------------------------------------------------------------------------- /Content/Assets/textures/mine/mine_shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/mine/mine_shadow.png -------------------------------------------------------------------------------- /Content/Assets/textures/misc/armor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/misc/armor.png -------------------------------------------------------------------------------- /Content/Assets/textures/misc/bot_hit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/misc/bot_hit.png -------------------------------------------------------------------------------- /Content/Assets/textures/misc/bot_hit_half.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/misc/bot_hit_half.png -------------------------------------------------------------------------------- /Content/Assets/textures/misc/cursor_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/misc/cursor_1.png -------------------------------------------------------------------------------- /Content/Assets/textures/misc/cursor_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/misc/cursor_2.png -------------------------------------------------------------------------------- /Content/Assets/textures/misc/cursor_trail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/misc/cursor_trail.png -------------------------------------------------------------------------------- /Content/Assets/textures/misc/light_particle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/misc/light_particle.png -------------------------------------------------------------------------------- /Content/Assets/textures/misc/light_star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/misc/light_star.png -------------------------------------------------------------------------------- /Content/Assets/textures/misc/mouse_dot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/misc/mouse_dot.png -------------------------------------------------------------------------------- /Content/Assets/textures/misc/particle_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/misc/particle_line.png -------------------------------------------------------------------------------- /Content/Assets/textures/misc/ring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/misc/ring.png -------------------------------------------------------------------------------- /Content/Assets/textures/misc/stardust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/misc/stardust.png -------------------------------------------------------------------------------- /Content/Assets/textures/misc/tank_rock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/misc/tank_rock.png -------------------------------------------------------------------------------- /Content/Assets/textures/misc/tank_rock_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/misc/tank_rock_2.png -------------------------------------------------------------------------------- /Content/Assets/textures/misc/tank_smoke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/misc/tank_smoke.png -------------------------------------------------------------------------------- /Content/Assets/textures/misc/tank_smoke_ami.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/misc/tank_smoke_ami.png -------------------------------------------------------------------------------- /Content/Assets/textures/misc/tank_smokes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/misc/tank_smokes.png -------------------------------------------------------------------------------- /Content/Assets/textures/misc/unknown_glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/misc/unknown_glow.png -------------------------------------------------------------------------------- /Content/Assets/textures/plane/body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/plane/body.png -------------------------------------------------------------------------------- /Content/Assets/textures/plane/wings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/plane/wings.png -------------------------------------------------------------------------------- /Content/Assets/textures/secret/bk_cypher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/secret/bk_cypher.png -------------------------------------------------------------------------------- /Content/Assets/textures/secret/ziggy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/secret/ziggy.png -------------------------------------------------------------------------------- /Content/Assets/textures/smoke/smoke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/smoke/smoke.png -------------------------------------------------------------------------------- /Content/Assets/textures/smoke/smokenade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/smoke/smokenade.png -------------------------------------------------------------------------------- /Content/Assets/textures/tank/plrtank_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/tank/plrtank_blue.png -------------------------------------------------------------------------------- /Content/Assets/textures/tank/plrtank_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/tank/plrtank_green.png -------------------------------------------------------------------------------- /Content/Assets/textures/tank/plrtank_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/tank/plrtank_red.png -------------------------------------------------------------------------------- /Content/Assets/textures/tank/plrtank_yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/tank/plrtank_yellow.png -------------------------------------------------------------------------------- /Content/Assets/textures/tank/tank_amethyst.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/tank/tank_amethyst.png -------------------------------------------------------------------------------- /Content/Assets/textures/tank/tank_ash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/tank/tank_ash.png -------------------------------------------------------------------------------- /Content/Assets/textures/tank/tank_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/tank/tank_black.png -------------------------------------------------------------------------------- /Content/Assets/textures/tank/tank_bronze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/tank/tank_bronze.png -------------------------------------------------------------------------------- /Content/Assets/textures/tank/tank_brown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/tank/tank_brown.png -------------------------------------------------------------------------------- /Content/Assets/textures/tank/tank_citrine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/tank/tank_citrine.png -------------------------------------------------------------------------------- /Content/Assets/textures/tank/tank_emerald.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/tank/tank_emerald.png -------------------------------------------------------------------------------- /Content/Assets/textures/tank/tank_gold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/tank/tank_gold.png -------------------------------------------------------------------------------- /Content/Assets/textures/tank/tank_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/tank/tank_green.png -------------------------------------------------------------------------------- /Content/Assets/textures/tank/tank_marine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/tank/tank_marine.png -------------------------------------------------------------------------------- /Content/Assets/textures/tank/tank_obsidian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/tank/tank_obsidian.png -------------------------------------------------------------------------------- /Content/Assets/textures/tank/tank_pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/tank/tank_pink.png -------------------------------------------------------------------------------- /Content/Assets/textures/tank/tank_ruby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/tank/tank_ruby.png -------------------------------------------------------------------------------- /Content/Assets/textures/tank/tank_sapphire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/tank/tank_sapphire.png -------------------------------------------------------------------------------- /Content/Assets/textures/tank/tank_silver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/tank/tank_silver.png -------------------------------------------------------------------------------- /Content/Assets/textures/tank/tank_violet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/tank/tank_violet.png -------------------------------------------------------------------------------- /Content/Assets/textures/tank/tank_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/tank/tank_white.png -------------------------------------------------------------------------------- /Content/Assets/textures/tank/tank_yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/tank/tank_yellow.png -------------------------------------------------------------------------------- /Content/Assets/textures/tank_footprint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/tank_footprint.png -------------------------------------------------------------------------------- /Content/Assets/textures/tank_footprint_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/tank_footprint_alt.png -------------------------------------------------------------------------------- /Content/Assets/textures/tank_shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/tank_shadow.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/achievement/1000tanks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/achievement/1000tanks.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/achievement/100ash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/achievement/100ash.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/achievement/100black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/achievement/100black.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/achievement/100bronze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/achievement/100bronze.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/achievement/100brown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/achievement/100brown.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/achievement/100gold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/achievement/100gold.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/achievement/100green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/achievement/100green.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/achievement/100marine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/achievement/100marine.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/achievement/100mine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/achievement/100mine.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/achievement/100pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/achievement/100pink.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/achievement/100rico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/achievement/100rico.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/achievement/100ruby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/achievement/100ruby.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/achievement/100silver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/achievement/100silver.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/achievement/100tanks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/achievement/100tanks.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/achievement/100violet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/achievement/100violet.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/achievement/100white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/achievement/100white.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/achievement/100yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/achievement/100yellow.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/achievement/custom10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/achievement/custom10.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/achievement/custom5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/achievement/custom5.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/achievement/greenmine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/achievement/greenmine.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/achievement/mins10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/achievement/mins10.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/achievement/mins180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/achievement/mins180.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/achievement/mins300.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/achievement/mins300.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/achievement/mins60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/achievement/mins60.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/achievement/mins600.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/achievement/mins600.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/achievement/secret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/achievement/secret.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/achievement/seeblack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/achievement/seeblack.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/achievement/seegreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/achievement/seegreen.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/achievement/seemarine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/achievement/seemarine.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/achievement/seewhite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/achievement/seewhite.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/achievement/selfmine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/achievement/selfmine.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/achievement/selfshoot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/achievement/selfshoot.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/achievement/tpbullet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/achievement/tpbullet.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/banner.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/bullet_ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/bullet_ui.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/chatalert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/chatalert.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/chevron_border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/chevron_border.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/chevron_inside.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/chevron_inside.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/elements/arrowl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/elements/arrowl.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/elements/arrowr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/elements/arrowr.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/elements/blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/elements/blank.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/elements/cog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/elements/cog.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/elements/door.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/elements/door.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/elements/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/elements/plus.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/elements/pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/elements/pressed.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/elements/router.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/elements/router.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/elements/subtract.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/elements/subtract.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/elements/tank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/elements/tank.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/elements/tanks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/elements/tanks.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/elements/tankwrench.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/elements/tankwrench.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/elements/wifi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/elements/wifi.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/elements/wrench.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/elements/wrench.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/grades.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/grades.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/Amethyst.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/Amethyst.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/Ash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/Ash.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/Black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/Black.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/BluePlr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/BluePlr.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/Bronze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/Bronze.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/Brown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/Brown.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/Citrine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/Citrine.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/Cork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/Cork.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/Cork_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/Cork_1.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/Cork_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/Cork_2.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/Cork_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/Cork_3.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/Cork_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/Cork_4.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/Cork_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/Cork_5.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/Cork_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/Cork_6.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/Cork_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/Cork_7.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/Emerald.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/Emerald.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/Gold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/Gold.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/Green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/Green.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/GreenPlr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/GreenPlr.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/Hole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/Hole.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/Marine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/Marine.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/Obsidian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/Obsidian.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/Pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/Pink.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/RedPlr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/RedPlr.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/Ruby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/Ruby.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/Sapphire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/Sapphire.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/Silver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/Silver.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/Violet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/Violet.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/White.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/White.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/Wood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/Wood.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/Wood_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/Wood_1.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/Wood_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/Wood_2.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/Wood_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/Wood_3.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/Wood_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/Wood_4.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/Wood_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/Wood_5.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/Wood_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/Wood_6.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/Wood_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/Wood_7.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/Yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/Yellow.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/YellowPlr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/YellowPlr.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/homing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/homing.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/invisible.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/invisible.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/power_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/power_up.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/rotate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/rotate.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/leveledit/speed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/leveledit/speed.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/mission_info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/mission_info.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/patterndiamond.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/patterndiamond.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/ping/avoid_here.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/ping/avoid_here.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/ping/focus_here.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/ping/focus_here.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/ping/generic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/ping/generic.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/ping/go_here.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/ping/go_here.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/ping/group_here.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/ping/group_here.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/ping/ping_tex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/ping/ping_tex.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/ping/stay_here.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/ping/stay_here.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/ping/watch_here.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/ping/watch_here.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/playertank2d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/playertank2d.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/scoreboard_inner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/scoreboard_inner.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/scoreboard_outer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/scoreboard_outer.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/tank2d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/tank2d.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/tnk_bonus_base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/tnk_bonus_base.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/tnk_bonus_star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/tnk_bonus_star.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/tnk_bonus_star_temp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/tnk_bonus_star_temp.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/tnk_ui_lightborder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/tnk_ui_lightborder.png -------------------------------------------------------------------------------- /Content/Assets/textures/ui/trophy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Assets/textures/ui/trophy.png -------------------------------------------------------------------------------- /Content/Content.mgcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Content/Content.mgcb -------------------------------------------------------------------------------- /DiscordRichPresence.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/DiscordRichPresence.cs -------------------------------------------------------------------------------- /Enums/Enums.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Enums/Enums.cs -------------------------------------------------------------------------------- /GameConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameConfig.cs -------------------------------------------------------------------------------- /GameContent/Airplane.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Airplane.cs -------------------------------------------------------------------------------- /GameContent/Block.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Block.cs -------------------------------------------------------------------------------- /GameContent/BlockProperties.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/BlockProperties.cs -------------------------------------------------------------------------------- /GameContent/Collectible.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Collectible.cs -------------------------------------------------------------------------------- /GameContent/Cosmetics/CosmeticChest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Cosmetics/CosmeticChest.cs -------------------------------------------------------------------------------- /GameContent/Cosmetics/CosmeticsUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Cosmetics/CosmeticsUI.cs -------------------------------------------------------------------------------- /GameContent/Cosmetics/IProp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Cosmetics/IProp.cs -------------------------------------------------------------------------------- /GameContent/Cosmetics/Prop2D.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Cosmetics/Prop2D.cs -------------------------------------------------------------------------------- /GameContent/Cosmetics/Prop3D.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Cosmetics/Prop3D.cs -------------------------------------------------------------------------------- /GameContent/Cosmetics/RenderableCrate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Cosmetics/RenderableCrate.cs -------------------------------------------------------------------------------- /GameContent/Crate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Crate.cs -------------------------------------------------------------------------------- /GameContent/Explosion.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Explosion.cs -------------------------------------------------------------------------------- /GameContent/GameHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/GameHandler.cs -------------------------------------------------------------------------------- /GameContent/GameMechanics/AiBehavior.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/GameMechanics/AiBehavior.cs -------------------------------------------------------------------------------- /GameContent/GameMechanics/Collision.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/GameMechanics/Collision.cs -------------------------------------------------------------------------------- /GameContent/GameShaders.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/GameShaders.cs -------------------------------------------------------------------------------- /GameContent/Globals/Assets/ModelGlobals.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Globals/Assets/ModelGlobals.cs -------------------------------------------------------------------------------- /GameContent/Globals/Assets/Resource.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Globals/Assets/Resource.cs -------------------------------------------------------------------------------- /GameContent/Globals/CameraGlobals.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Globals/CameraGlobals.cs -------------------------------------------------------------------------------- /GameContent/Globals/CampaignGlobals.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Globals/CampaignGlobals.cs -------------------------------------------------------------------------------- /GameContent/Globals/FontGlobals.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Globals/FontGlobals.cs -------------------------------------------------------------------------------- /GameContent/Globals/PathGlobals.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Globals/PathGlobals.cs -------------------------------------------------------------------------------- /GameContent/Globals/RenderGlobals.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Globals/RenderGlobals.cs -------------------------------------------------------------------------------- /GameContent/Globals/TextureGlobals.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Globals/TextureGlobals.cs -------------------------------------------------------------------------------- /GameContent/ID/BlockID.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/ID/BlockID.cs -------------------------------------------------------------------------------- /GameContent/ID/PingID.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/ID/PingID.cs -------------------------------------------------------------------------------- /GameContent/ID/PlayerID.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/ID/PlayerID.cs -------------------------------------------------------------------------------- /GameContent/ID/ShellID.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/ID/ShellID.cs -------------------------------------------------------------------------------- /GameContent/ID/TankID.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/ID/TankID.cs -------------------------------------------------------------------------------- /GameContent/ID/TeamID.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/ID/TeamID.cs -------------------------------------------------------------------------------- /GameContent/ID/TrackID.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/ID/TrackID.cs -------------------------------------------------------------------------------- /GameContent/Mine.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Mine.cs -------------------------------------------------------------------------------- /GameContent/ModSupport/ModBlock.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/ModSupport/ModBlock.cs -------------------------------------------------------------------------------- /GameContent/ModSupport/ModContent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/ModSupport/ModContent.cs -------------------------------------------------------------------------------- /GameContent/ModSupport/ModLoadException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/ModSupport/ModLoadException.cs -------------------------------------------------------------------------------- /GameContent/ModSupport/ModLoader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/ModSupport/ModLoader.cs -------------------------------------------------------------------------------- /GameContent/ModSupport/ModShell.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/ModSupport/ModShell.cs -------------------------------------------------------------------------------- /GameContent/ModSupport/ModTank.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/ModSupport/ModTank.cs -------------------------------------------------------------------------------- /GameContent/ModSupport/TanksMod.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/ModSupport/TanksMod.cs -------------------------------------------------------------------------------- /GameContent/ParticleGameplay.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/ParticleGameplay.cs -------------------------------------------------------------------------------- /GameContent/Powerup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Powerup.cs -------------------------------------------------------------------------------- /GameContent/RebirthMouse.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/RebirthMouse.cs -------------------------------------------------------------------------------- /GameContent/RebirthUtils/DebugManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/RebirthUtils/DebugManager.cs -------------------------------------------------------------------------------- /GameContent/RebirthUtils/SceneManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/RebirthUtils/SceneManager.cs -------------------------------------------------------------------------------- /GameContent/Shell.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Shell.cs -------------------------------------------------------------------------------- /GameContent/ShellProperties.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/ShellProperties.cs -------------------------------------------------------------------------------- /GameContent/Speedrunning/Speedrun.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Speedrunning/Speedrun.cs -------------------------------------------------------------------------------- /GameContent/Speedrunning/SpeedrunFile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Speedrunning/SpeedrunFile.cs -------------------------------------------------------------------------------- /GameContent/Systems/AI/AIManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Systems/AI/AIManager.cs -------------------------------------------------------------------------------- /GameContent/Systems/AI/AITank.Attacking.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Systems/AI/AITank.Attacking.cs -------------------------------------------------------------------------------- /GameContent/Systems/AI/AITank.Evasion.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Systems/AI/AITank.Evasion.cs -------------------------------------------------------------------------------- /GameContent/Systems/AI/AITank.Movement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Systems/AI/AITank.Movement.cs -------------------------------------------------------------------------------- /GameContent/Systems/AI/AITank.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Systems/AI/AITank.cs -------------------------------------------------------------------------------- /GameContent/Systems/AI/AiParameters.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Systems/AI/AiParameters.cs -------------------------------------------------------------------------------- /GameContent/Systems/AI/IAITankDanger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Systems/AI/IAITankDanger.cs -------------------------------------------------------------------------------- /GameContent/Systems/Campaign.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Systems/Campaign.cs -------------------------------------------------------------------------------- /GameContent/Systems/ChatSystem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Systems/ChatSystem.cs -------------------------------------------------------------------------------- /GameContent/Systems/CommandsSystem/CommandGlobals.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Systems/CommandsSystem/CommandGlobals.cs -------------------------------------------------------------------------------- /GameContent/Systems/CommandsSystem/CommandInput.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Systems/CommandsSystem/CommandInput.cs -------------------------------------------------------------------------------- /GameContent/Systems/CommandsSystem/CommandOutput.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Systems/CommandsSystem/CommandOutput.cs -------------------------------------------------------------------------------- /GameContent/Systems/Coordinates/BlockMapPosition.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Systems/Coordinates/BlockMapPosition.cs -------------------------------------------------------------------------------- /GameContent/Systems/Coordinates/PlacementSquare.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Systems/Coordinates/PlacementSquare.cs -------------------------------------------------------------------------------- /GameContent/Systems/DecalSystem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Systems/DecalSystem.cs -------------------------------------------------------------------------------- /GameContent/Systems/Difficulties.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Systems/Difficulties.cs -------------------------------------------------------------------------------- /GameContent/Systems/DifficultyAlgorithm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Systems/DifficultyAlgorithm.cs -------------------------------------------------------------------------------- /GameContent/Systems/IntermissionHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Systems/IntermissionHandler.cs -------------------------------------------------------------------------------- /GameContent/Systems/IntermissionSystem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Systems/IntermissionSystem.cs -------------------------------------------------------------------------------- /GameContent/Systems/Mission.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Systems/Mission.cs -------------------------------------------------------------------------------- /GameContent/Systems/ParticleSystem/Particle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Systems/ParticleSystem/Particle.cs -------------------------------------------------------------------------------- /GameContent/Systems/Pathfinding/AStarNode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Systems/Pathfinding/AStarNode.cs -------------------------------------------------------------------------------- /GameContent/Systems/Pathfinding/AStarPathfinder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Systems/Pathfinding/AStarPathfinder.cs -------------------------------------------------------------------------------- /GameContent/Systems/Pathfinding/PathTraversal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Systems/Pathfinding/PathTraversal.cs -------------------------------------------------------------------------------- /GameContent/Systems/PingSystem/IngamePing.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Systems/PingSystem/IngamePing.cs -------------------------------------------------------------------------------- /GameContent/Systems/PingSystem/PingMenu.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Systems/PingSystem/PingMenu.cs -------------------------------------------------------------------------------- /GameContent/Systems/Popup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Systems/Popup.cs -------------------------------------------------------------------------------- /GameContent/Systems/TankMusicSystem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Systems/TankMusicSystem.cs -------------------------------------------------------------------------------- /GameContent/Systems/TankSystem/ITankHurtContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Systems/TankSystem/ITankHurtContext.cs -------------------------------------------------------------------------------- /GameContent/Systems/TankSystem/PlayerTank.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Systems/TankSystem/PlayerTank.cs -------------------------------------------------------------------------------- /GameContent/Systems/TankSystem/Tank.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Systems/TankSystem/Tank.cs -------------------------------------------------------------------------------- /GameContent/Systems/TankSystem/TankArmor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Systems/TankSystem/TankArmor.cs -------------------------------------------------------------------------------- /GameContent/Systems/TankSystem/TankDeathMark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Systems/TankSystem/TankDeathMark.cs -------------------------------------------------------------------------------- /GameContent/Systems/TankSystem/TankFootprint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Systems/TankSystem/TankFootprint.cs -------------------------------------------------------------------------------- /GameContent/Systems/TankSystem/TankProperties.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Systems/TankSystem/TankProperties.cs -------------------------------------------------------------------------------- /GameContent/Systems/TankSystem/TankTemplate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Systems/TankSystem/TankTemplate.cs -------------------------------------------------------------------------------- /GameContent/Systems/Thunder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/Systems/Thunder.cs -------------------------------------------------------------------------------- /GameContent/UI/AchievementPopupHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/UI/AchievementPopupHandler.cs -------------------------------------------------------------------------------- /GameContent/UI/AchievementsUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/UI/AchievementsUI.cs -------------------------------------------------------------------------------- /GameContent/UI/CampaignCompleteUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/UI/CampaignCompleteUI.cs -------------------------------------------------------------------------------- /GameContent/UI/ControlsUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/UI/ControlsUI.cs -------------------------------------------------------------------------------- /GameContent/UI/DeltaStats.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/UI/DeltaStats.cs -------------------------------------------------------------------------------- /GameContent/UI/GameSceneUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/UI/GameSceneUI.cs -------------------------------------------------------------------------------- /GameContent/UI/GameUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/UI/GameUI.cs -------------------------------------------------------------------------------- /GameContent/UI/GraphicsUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/UI/GraphicsUI.cs -------------------------------------------------------------------------------- /GameContent/UI/LevelEditor/LevelEditorUI.SaveUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/UI/LevelEditor/LevelEditorUI.SaveUI.cs -------------------------------------------------------------------------------- /GameContent/UI/LevelEditor/LevelEditorUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/UI/LevelEditor/LevelEditorUI.cs -------------------------------------------------------------------------------- /GameContent/UI/MPSummaryUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/UI/MPSummaryUI.cs -------------------------------------------------------------------------------- /GameContent/UI/MainMenu/MainMenuUI.AudioManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/UI/MainMenu/MainMenuUI.AudioManager.cs -------------------------------------------------------------------------------- /GameContent/UI/MainMenu/MainMenuUI.Campaigns.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/UI/MainMenu/MainMenuUI.Campaigns.cs -------------------------------------------------------------------------------- /GameContent/UI/MainMenu/MainMenuUI.Cosmetics.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/UI/MainMenu/MainMenuUI.Cosmetics.cs -------------------------------------------------------------------------------- /GameContent/UI/MainMenu/MainMenuUI.MPManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/UI/MainMenu/MainMenuUI.MPManager.cs -------------------------------------------------------------------------------- /GameContent/UI/MainMenu/MainMenuUI.StatsMenu.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/UI/MainMenu/MainMenuUI.StatsMenu.cs -------------------------------------------------------------------------------- /GameContent/UI/MainMenu/MainMenuUI.UIManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/UI/MainMenu/MainMenuUI.UIManager.cs -------------------------------------------------------------------------------- /GameContent/UI/MainMenu/MainMenuUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/UI/MainMenu/MainMenuUI.cs -------------------------------------------------------------------------------- /GameContent/UI/RebirthLogoModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/UI/RebirthLogoModel.cs -------------------------------------------------------------------------------- /GameContent/UI/VolumeUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/UI/VolumeUI.cs -------------------------------------------------------------------------------- /GameContent/UI/XpBar.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameContent/UI/XpBar.cs -------------------------------------------------------------------------------- /GameLauncher.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/GameLauncher.cs -------------------------------------------------------------------------------- /Graphics/Cameras/Camera.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Graphics/Cameras/Camera.cs -------------------------------------------------------------------------------- /Graphics/Cameras/Freecam.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Graphics/Cameras/Freecam.cs -------------------------------------------------------------------------------- /Graphics/Cameras/OrthographicCamera.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Graphics/Cameras/OrthographicCamera.cs -------------------------------------------------------------------------------- /Graphics/Cameras/PerspectiveCamera.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Graphics/Cameras/PerspectiveCamera.cs -------------------------------------------------------------------------------- /Graphics/Cameras/SpectatorCamera.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Graphics/Cameras/SpectatorCamera.cs -------------------------------------------------------------------------------- /Graphics/GameScene.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Graphics/GameScene.cs -------------------------------------------------------------------------------- /Graphics/Lighting.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Graphics/Lighting.cs -------------------------------------------------------------------------------- /Graphics/Metrics/Graph.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Graphics/Metrics/Graph.cs -------------------------------------------------------------------------------- /Graphics/RoomScene.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Graphics/RoomScene.cs -------------------------------------------------------------------------------- /Graphics/Shaders/AOEffect.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Graphics/Shaders/AOEffect.cs -------------------------------------------------------------------------------- /Graphics/Shaders/GradientEffect.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Graphics/Shaders/GradientEffect.cs -------------------------------------------------------------------------------- /Graphics/Trail.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Graphics/Trail.cs -------------------------------------------------------------------------------- /IO/GameData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/IO/GameData.cs -------------------------------------------------------------------------------- /IO/IFileSerializable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/IO/IFileSerializable.cs -------------------------------------------------------------------------------- /Icon.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Icon.bmp -------------------------------------------------------------------------------- /Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Icon.ico -------------------------------------------------------------------------------- /Internals/AudioQueue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/AudioQueue.cs -------------------------------------------------------------------------------- /Internals/Common/Framework/Animation/Animator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Framework/Animation/Animator.cs -------------------------------------------------------------------------------- /Internals/Common/Framework/Animation/KeyFrame.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Framework/Animation/KeyFrame.cs -------------------------------------------------------------------------------- /Internals/Common/Framework/Audio/IAudio.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Framework/Audio/IAudio.cs -------------------------------------------------------------------------------- /Internals/Common/Framework/Audio/MidiPlayer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Framework/Audio/MidiPlayer.cs -------------------------------------------------------------------------------- /Internals/Common/Framework/Audio/Music.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Framework/Audio/Music.cs -------------------------------------------------------------------------------- /Internals/Common/Framework/Audio/OggAudio.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Framework/Audio/OggAudio.cs -------------------------------------------------------------------------------- /Internals/Common/Framework/Audio/OggMusic.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Framework/Audio/OggMusic.cs -------------------------------------------------------------------------------- /Internals/Common/Framework/Audio/SoundPlayer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Framework/Audio/SoundPlayer.cs -------------------------------------------------------------------------------- /Internals/Common/Framework/Collisions/Circle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Framework/Collisions/Circle.cs -------------------------------------------------------------------------------- /Internals/Common/Framework/ComputerSpecs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Framework/ComputerSpecs.cs -------------------------------------------------------------------------------- /Internals/Common/Framework/Core/CrashReportInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Framework/Core/CrashReportInfo.cs -------------------------------------------------------------------------------- /Internals/Common/Framework/FpsTracker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Framework/FpsTracker.cs -------------------------------------------------------------------------------- /Internals/Common/Framework/Graphics/Quad2D.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Framework/Graphics/Quad2D.cs -------------------------------------------------------------------------------- /Internals/Common/Framework/Graphics/Quad3D.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Framework/Graphics/Quad3D.cs -------------------------------------------------------------------------------- /Internals/Common/Framework/Graphics/Triangle2D.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Framework/Graphics/Triangle2D.cs -------------------------------------------------------------------------------- /Internals/Common/Framework/Graphics/UnpackedColor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Framework/Graphics/UnpackedColor.cs -------------------------------------------------------------------------------- /Internals/Common/Framework/Input/BindParser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Framework/Input/BindParser.cs -------------------------------------------------------------------------------- /Internals/Common/Framework/Input/GamepadBind.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Framework/Input/GamepadBind.cs -------------------------------------------------------------------------------- /Internals/Common/Framework/Input/IInputBind.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Framework/Input/IInputBind.cs -------------------------------------------------------------------------------- /Internals/Common/Framework/Input/Keybind.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Framework/Input/Keybind.cs -------------------------------------------------------------------------------- /Internals/Common/Framework/Interfaces/ILoadable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Framework/Interfaces/ILoadable.cs -------------------------------------------------------------------------------- /Internals/Common/Framework/Interfaces/IModContent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Framework/Interfaces/IModContent.cs -------------------------------------------------------------------------------- /Internals/Common/Framework/Radial.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Framework/Radial.cs -------------------------------------------------------------------------------- /Internals/Common/Framework/Range.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Framework/Range.cs -------------------------------------------------------------------------------- /Internals/Common/Framework/StatisticalColor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Framework/StatisticalColor.cs -------------------------------------------------------------------------------- /Internals/Common/GameUI/UIDropdown.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/GameUI/UIDropdown.cs -------------------------------------------------------------------------------- /Internals/Common/GameUI/UIImage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/GameUI/UIImage.cs -------------------------------------------------------------------------------- /Internals/Common/GameUI/UIImageButton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/GameUI/UIImageButton.cs -------------------------------------------------------------------------------- /Internals/Common/GameUI/UIPanel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/GameUI/UIPanel.cs -------------------------------------------------------------------------------- /Internals/Common/GameUI/UISlider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/GameUI/UISlider.cs -------------------------------------------------------------------------------- /Internals/Common/GameUI/UIText.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/GameUI/UIText.cs -------------------------------------------------------------------------------- /Internals/Common/GameUI/UITextButton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/GameUI/UITextButton.cs -------------------------------------------------------------------------------- /Internals/Common/GameUI/UITextInput.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/GameUI/UITextInput.cs -------------------------------------------------------------------------------- /Internals/Common/IO/JsonHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/IO/JsonHandler.cs -------------------------------------------------------------------------------- /Internals/Common/IO/SaveState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/IO/SaveState.cs -------------------------------------------------------------------------------- /Internals/Common/InputUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/InputUtils.cs -------------------------------------------------------------------------------- /Internals/Common/Utilities/ArrayUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Utilities/ArrayUtils.cs -------------------------------------------------------------------------------- /Internals/Common/Utilities/BinaryUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Utilities/BinaryUtils.cs -------------------------------------------------------------------------------- /Internals/Common/Utilities/BitUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Utilities/BitUtils.cs -------------------------------------------------------------------------------- /Internals/Common/Utilities/CollectionUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Utilities/CollectionUtils.cs -------------------------------------------------------------------------------- /Internals/Common/Utilities/ColorUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Utilities/ColorUtils.cs -------------------------------------------------------------------------------- /Internals/Common/Utilities/DrawUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Utilities/DrawUtils.cs -------------------------------------------------------------------------------- /Internals/Common/Utilities/Easings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Utilities/Easings.cs -------------------------------------------------------------------------------- /Internals/Common/Utilities/GameUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Utilities/GameUtils.cs -------------------------------------------------------------------------------- /Internals/Common/Utilities/GeometryUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Utilities/GeometryUtils.cs -------------------------------------------------------------------------------- /Internals/Common/Utilities/IOUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Utilities/IOUtils.cs -------------------------------------------------------------------------------- /Internals/Common/Utilities/MathUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Utilities/MathUtils.cs -------------------------------------------------------------------------------- /Internals/Common/Utilities/MatrixUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Utilities/MatrixUtils.cs -------------------------------------------------------------------------------- /Internals/Common/Utilities/MouseUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Utilities/MouseUtils.cs -------------------------------------------------------------------------------- /Internals/Common/Utilities/RandomUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Utilities/RandomUtils.cs -------------------------------------------------------------------------------- /Internals/Common/Utilities/RayUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Utilities/RayUtils.cs -------------------------------------------------------------------------------- /Internals/Common/Utilities/ReflectionUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Utilities/ReflectionUtils.cs -------------------------------------------------------------------------------- /Internals/Common/Utilities/RegionUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Utilities/RegionUtils.cs -------------------------------------------------------------------------------- /Internals/Common/Utilities/RenderUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Utilities/RenderUtils.cs -------------------------------------------------------------------------------- /Internals/Common/Utilities/SoundUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Utilities/SoundUtils.cs -------------------------------------------------------------------------------- /Internals/Common/Utilities/SteamworksUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Utilities/SteamworksUtils.cs -------------------------------------------------------------------------------- /Internals/Common/Utilities/StringUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Utilities/StringUtils.cs -------------------------------------------------------------------------------- /Internals/Common/Utilities/TextureUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Utilities/TextureUtils.cs -------------------------------------------------------------------------------- /Internals/Common/Utilities/TimeUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Utilities/TimeUtils.cs -------------------------------------------------------------------------------- /Internals/Common/Utilities/TweenUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Utilities/TweenUtils.cs -------------------------------------------------------------------------------- /Internals/Common/Utilities/WebUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Utilities/WebUtils.cs -------------------------------------------------------------------------------- /Internals/Common/Utilities/WiiMapLoader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Utilities/WiiMapLoader.cs -------------------------------------------------------------------------------- /Internals/Common/Utilities/WindowUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Common/Utilities/WindowUtils.cs -------------------------------------------------------------------------------- /Internals/Core/Interfaces/IGameObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Core/Interfaces/IGameObject.cs -------------------------------------------------------------------------------- /Internals/GameResources.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/GameResources.cs -------------------------------------------------------------------------------- /Internals/IPreloadSettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/IPreloadSettings.cs -------------------------------------------------------------------------------- /Internals/Logger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/Logger.cs -------------------------------------------------------------------------------- /Internals/TextureQueue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/TextureQueue.cs -------------------------------------------------------------------------------- /Internals/UI/UIElement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/UI/UIElement.cs -------------------------------------------------------------------------------- /Internals/UI/UIElementMouseInput.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Internals/UI/UIElementMouseInput.cs -------------------------------------------------------------------------------- /Localization/LangCode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Localization/LangCode.cs -------------------------------------------------------------------------------- /Localization/Language.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Localization/Language.cs -------------------------------------------------------------------------------- /Localization/LocalizationRandoms.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Localization/LocalizationRandoms.cs -------------------------------------------------------------------------------- /Localization/LocalizedString.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Localization/LocalizedString.cs -------------------------------------------------------------------------------- /Localization/de_DE.loc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Localization/de_DE.loc -------------------------------------------------------------------------------- /Localization/en_US.loc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Localization/en_US.loc -------------------------------------------------------------------------------- /Localization/es_ES.loc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Localization/es_ES.loc -------------------------------------------------------------------------------- /Localization/fr_FR.loc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Localization/fr_FR.loc -------------------------------------------------------------------------------- /Localization/ja_JP.loc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Localization/ja_JP.loc -------------------------------------------------------------------------------- /Localization/pl_PL.loc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Localization/pl_PL.loc -------------------------------------------------------------------------------- /Localization/pt_BR.loc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Localization/pt_BR.loc -------------------------------------------------------------------------------- /Localization/ru_RU.loc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Localization/ru_RU.loc -------------------------------------------------------------------------------- /Localization/sv_SV.loc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Localization/sv_SV.loc -------------------------------------------------------------------------------- /Net/Client.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Net/Client.cs -------------------------------------------------------------------------------- /Net/MPPlayerData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Net/MPPlayerData.cs -------------------------------------------------------------------------------- /Net/NetExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Net/NetExtensions.cs -------------------------------------------------------------------------------- /Net/NetPlay.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Net/NetPlay.cs -------------------------------------------------------------------------------- /Net/PacketID.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Net/PacketID.cs -------------------------------------------------------------------------------- /Net/Server.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/Net/Server.cs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/README.md -------------------------------------------------------------------------------- /RuntimeData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/RuntimeData.cs -------------------------------------------------------------------------------- /TODO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/TODO.md -------------------------------------------------------------------------------- /TankGame.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/TankGame.cs -------------------------------------------------------------------------------- /TanksRebirth.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/TanksRebirth.csproj -------------------------------------------------------------------------------- /TanksRebirth.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/TanksRebirth.sln -------------------------------------------------------------------------------- /app.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/app.manifest -------------------------------------------------------------------------------- /deps/Aspose.Zip.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/deps/Aspose.Zip.dll -------------------------------------------------------------------------------- /deps/DiscordRPC.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/deps/DiscordRPC.dll -------------------------------------------------------------------------------- /deps/MeltySynth.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/deps/MeltySynth.dll -------------------------------------------------------------------------------- /deps/Octokit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/deps/Octokit.dll -------------------------------------------------------------------------------- /deps/Octokit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/deps/Octokit.xml -------------------------------------------------------------------------------- /deps/Steamworks.NET.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/deps/Steamworks.NET.dll -------------------------------------------------------------------------------- /deps/WiimoteLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/deps/WiimoteLib.dll -------------------------------------------------------------------------------- /launchSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/launchSettings.json -------------------------------------------------------------------------------- /steam_api64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/steam_api64.dll -------------------------------------------------------------------------------- /steam_appid.txt: -------------------------------------------------------------------------------- 1 | 480 -------------------------------------------------------------------------------- /thisupdatefeatures.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RighteousRyan1/TanksRebirth/HEAD/thisupdatefeatures.txt --------------------------------------------------------------------------------