├── .gitignore ├── LICENSE ├── README.md ├── codename_sting.md └── images ├── bad_colliders.png ├── bad_reflections.png ├── baked.png ├── barrel_level.png ├── barrel_physics.png ├── barrels.png ├── barrels_stack.png ├── border.png ├── cc-by-sa.png ├── direction_light.png ├── explosion2.png ├── explosion_light.png ├── fire_room.png ├── flujo_disparo.png ├── fps_rocket.png ├── gameobject_diagram.png ├── good_colliders.png ├── improved_level1.png ├── improved_level2.png ├── interior_reflection.png ├── koala.jpg ├── level1_text.png ├── material_comparison.png ├── missile_controller1.png ├── missile_explosion_hierarchy.png ├── missile_hit.png ├── missile_hit2.png ├── missile_hit3.png ├── missile_shot1.png ├── missile_shot2.png ├── missile_smoke1.png ├── missile_smoke2.png ├── no_reflection.png ├── no_shadows.png ├── normal_map_light1.png ├── normal_map_light2.png ├── player_script.png ├── point_light.png ├── project_folders.png ├── realtime.png ├── rocket_launcher.png ├── room1.png ├── room2.png ├── shadow_explosion.png ├── soft_shadows.png ├── spot_light.png ├── static.png ├── tag.png ├── tags2.png ├── text_room_notiling.png ├── text_room_tiling.png ├── transform.png └── white_barrel.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/README.md -------------------------------------------------------------------------------- /codename_sting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/codename_sting.md -------------------------------------------------------------------------------- /images/bad_colliders.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/bad_colliders.png -------------------------------------------------------------------------------- /images/bad_reflections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/bad_reflections.png -------------------------------------------------------------------------------- /images/baked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/baked.png -------------------------------------------------------------------------------- /images/barrel_level.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/barrel_level.png -------------------------------------------------------------------------------- /images/barrel_physics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/barrel_physics.png -------------------------------------------------------------------------------- /images/barrels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/barrels.png -------------------------------------------------------------------------------- /images/barrels_stack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/barrels_stack.png -------------------------------------------------------------------------------- /images/border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/border.png -------------------------------------------------------------------------------- /images/cc-by-sa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/cc-by-sa.png -------------------------------------------------------------------------------- /images/direction_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/direction_light.png -------------------------------------------------------------------------------- /images/explosion2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/explosion2.png -------------------------------------------------------------------------------- /images/explosion_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/explosion_light.png -------------------------------------------------------------------------------- /images/fire_room.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/fire_room.png -------------------------------------------------------------------------------- /images/flujo_disparo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/flujo_disparo.png -------------------------------------------------------------------------------- /images/fps_rocket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/fps_rocket.png -------------------------------------------------------------------------------- /images/gameobject_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/gameobject_diagram.png -------------------------------------------------------------------------------- /images/good_colliders.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/good_colliders.png -------------------------------------------------------------------------------- /images/improved_level1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/improved_level1.png -------------------------------------------------------------------------------- /images/improved_level2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/improved_level2.png -------------------------------------------------------------------------------- /images/interior_reflection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/interior_reflection.png -------------------------------------------------------------------------------- /images/koala.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/koala.jpg -------------------------------------------------------------------------------- /images/level1_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/level1_text.png -------------------------------------------------------------------------------- /images/material_comparison.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/material_comparison.png -------------------------------------------------------------------------------- /images/missile_controller1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/missile_controller1.png -------------------------------------------------------------------------------- /images/missile_explosion_hierarchy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/missile_explosion_hierarchy.png -------------------------------------------------------------------------------- /images/missile_hit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/missile_hit.png -------------------------------------------------------------------------------- /images/missile_hit2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/missile_hit2.png -------------------------------------------------------------------------------- /images/missile_hit3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/missile_hit3.png -------------------------------------------------------------------------------- /images/missile_shot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/missile_shot1.png -------------------------------------------------------------------------------- /images/missile_shot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/missile_shot2.png -------------------------------------------------------------------------------- /images/missile_smoke1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/missile_smoke1.png -------------------------------------------------------------------------------- /images/missile_smoke2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/missile_smoke2.png -------------------------------------------------------------------------------- /images/no_reflection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/no_reflection.png -------------------------------------------------------------------------------- /images/no_shadows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/no_shadows.png -------------------------------------------------------------------------------- /images/normal_map_light1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/normal_map_light1.png -------------------------------------------------------------------------------- /images/normal_map_light2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/normal_map_light2.png -------------------------------------------------------------------------------- /images/player_script.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/player_script.png -------------------------------------------------------------------------------- /images/point_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/point_light.png -------------------------------------------------------------------------------- /images/project_folders.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/project_folders.png -------------------------------------------------------------------------------- /images/realtime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/realtime.png -------------------------------------------------------------------------------- /images/rocket_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/rocket_launcher.png -------------------------------------------------------------------------------- /images/room1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/room1.png -------------------------------------------------------------------------------- /images/room2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/room2.png -------------------------------------------------------------------------------- /images/shadow_explosion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/shadow_explosion.png -------------------------------------------------------------------------------- /images/soft_shadows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/soft_shadows.png -------------------------------------------------------------------------------- /images/spot_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/spot_light.png -------------------------------------------------------------------------------- /images/static.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/static.png -------------------------------------------------------------------------------- /images/tag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/tag.png -------------------------------------------------------------------------------- /images/tags2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/tags2.png -------------------------------------------------------------------------------- /images/text_room_notiling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/text_room_notiling.png -------------------------------------------------------------------------------- /images/text_room_tiling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/text_room_tiling.png -------------------------------------------------------------------------------- /images/transform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/transform.png -------------------------------------------------------------------------------- /images/white_barrel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/game-prototypes/codename_sting/HEAD/images/white_barrel.png --------------------------------------------------------------------------------