No description
Find a file
2024-03-14 22:13:33 +01:00
ActionBehaviour Fixed Spider movement (it was not excluding itself after the first move 2024-03-14 22:13:33 +01:00
addons Fixed UI Buttons. TODO: Fix 3D Tile Selection/Hover etc 2024-03-08 00:22:29 +01:00
Globals Refactored to use Vector4i. Added Spider/Grasshopper. TODO: Ant 2024-03-14 19:30:18 +01:00
HexGrid3D Fixed Spider movement (it was not excluding itself after the first move 2024-03-14 22:13:33 +01:00
InsectTiles Implemented most movement. TODO: Pillbug ability. And find and fix bugs witht he movement. TODO: Deselect when not movable 2024-03-14 21:17:16 +01:00
Misc basic tile placement, TODO: check valid placement with color, turn based placement 2024-03-05 15:47:11 +01:00
MovementBehaviour Fixed Spider movement (it was not excluding itself after the first move 2024-03-14 22:13:33 +01:00
Testbed/textures basic tile placement, TODO: check valid placement with color, turn based placement 2024-03-05 15:47:11 +01:00
Tile Fixed Spider movement (it was not excluding itself after the first move 2024-03-14 22:13:33 +01:00
UI basic tile placement, TODO: check valid placement with color, turn based placement 2024-03-05 15:47:11 +01:00
.gitattributes 🎉 2024-03-04 16:04:40 +01:00
.gitignore 🎉 2024-03-04 16:04:40 +01:00
BuildMenu.gd Implemented most movement. TODO: Pillbug ability. And find and fix bugs witht he movement. TODO: Deselect when not movable 2024-03-14 21:17:16 +01:00
export_presets.cfg TODO: Fix UI Button reaching 0 not greying out, fix state behaviour for selected tiles 2024-03-06 19:55:13 +01:00
free_look_camera.gd 🎉 2024-03-04 16:04:40 +01:00
hex_outline.res basic tile placement, TODO: check valid placement with color, turn based placement 2024-03-05 15:47:11 +01:00
hex_outline.tscn basic tile placement, TODO: check valid placement with color, turn based placement 2024-03-05 15:47:11 +01:00
hex_outline_bottom.res Implemented most movement. TODO: Pillbug ability. And find and fix bugs witht he movement. TODO: Deselect when not movable 2024-03-14 21:17:16 +01:00
hex_outline_material.tres Implemented most movement. TODO: Pillbug ability. And find and fix bugs witht he movement. TODO: Deselect when not movable 2024-03-14 21:17:16 +01:00
hexagon.png 🎉 2024-03-04 16:04:40 +01:00
hexagon.png.import basic tile placement, TODO: check valid placement with color, turn based placement 2024-03-05 15:47:11 +01:00
hexagon.res 🎉 2024-03-04 16:04:40 +01:00
hexagon_small.res 🎉 2024-03-04 16:04:40 +01:00
hexagon_small_collision.res 🎉 2024-03-04 16:04:40 +01:00
HexOutline.gd Refactored to use Vector4i. Added Spider/Grasshopper. TODO: Ant 2024-03-14 19:30:18 +01:00
icon.svg 🎉 2024-03-04 16:04:40 +01:00
icon.svg.import 🎉 2024-03-04 16:04:40 +01:00
InsectButton.gd Refactored to use Vector4i. Added Spider/Grasshopper. TODO: Ant 2024-03-14 19:30:18 +01:00
LICENSE 🎉 2024-03-04 16:04:40 +01:00
MeshBreather.gd basic tile placement, TODO: check valid placement with color, turn based placement 2024-03-05 15:47:11 +01:00
node_3d.tscn Refactored to use Vector4i. Added Spider/Grasshopper. TODO: Ant 2024-03-14 19:30:18 +01:00
PlayerInventory.gd Refactored to use Vector4i. Added Spider/Grasshopper. TODO: Ant 2024-03-14 19:30:18 +01:00
project.godot Fixed UI Buttons. TODO: Fix 3D Tile Selection/Hover etc 2024-03-08 00:22:29 +01:00
README.md 🎉 2024-03-04 16:04:40 +01:00
WebLightChecker.gd valid tile placement implemented 2024-03-06 00:07:26 +01:00

Free Look Camera for Godot 4

A simple and easy to use free look camera for Godot 4 that mimics the controls of the editor camera.

Features:

  • Look around by holding right click and moving the mouse
  • Move forward and backward with W and S
  • Move left and right with A and D
  • Move up and down with Q and E
  • Change movement speed by using the scroll wheel
  • Temporary increase speed by holding shift

Installation:

  • attach "free_look_camera.gd" to your Camera3D node