Docs Update
This commit is contained in:
parent
baef196e65
commit
611faf8c7c
|
@ -1,26 +0,0 @@
|
|||
# to exclude Obsidian workspace settings (including plugin and hotkey configurations)
|
||||
.obsidian/*
|
||||
|
||||
# OR only to exclude workspace cache
|
||||
.obsidian/workspace/*
|
||||
|
||||
# Exclude plugins
|
||||
.obsidian/plugins/*
|
||||
|
||||
# Exclude consultant specific files "personal"
|
||||
05*-*Personal/
|
||||
|
||||
# Exclude Day Planner directory placed in vault root
|
||||
Day*Planners/*
|
||||
|
||||
# This file is used to keep track of last auto backup/pull
|
||||
.obsidian-git-data
|
||||
|
||||
# Exclude Untitled Notes
|
||||
Untitled*
|
||||
# Exclude "bad" names
|
||||
null*
|
||||
|
||||
# Add below lines to exclude OS settings and caches
|
||||
.trash/
|
||||
.DS_Store
|
|
@ -0,0 +1,7 @@
|
|||
**Crashed Ship? Main Base - Default Building**
|
||||
Health: 10000
|
||||
Power Generation: 50
|
||||
Power Grid Range: 100?
|
||||
|
||||
**Defences**:
|
||||
1 Basic Turret
|
|
@ -0,0 +1,8 @@
|
|||
**Basic Drone**
|
||||
Health: 100
|
||||
Material Capacity: 15
|
||||
|
||||
**Functionality:**
|
||||
- Constructing small prefabs
|
||||
- Surface Mining Astroids for basic materials
|
||||
- Repairing
|
|
@ -0,0 +1,8 @@
|
|||
**Basic Laser Turret**
|
||||
Health: 100
|
||||
Range: 100
|
||||
Damage: 12
|
||||
|
||||
**Functionality**
|
||||
- Can attack all enemies within its range
|
||||
|
|
@ -1,13 +1,21 @@
|
|||
BUILDINGS
|
||||
# BASIC CAMERA MOVEMENT
|
||||
**Starting with fixed angle WASD movement**
|
||||
- Goal: Mouse drag move, Edge move, Move Focus to Pos
|
||||
-
|
||||
# BUILDINGS
|
||||
- Create building base class to have a common interface between all buildings
|
||||
- Define building colliders
|
||||
|
||||
## **BUILDING MODE**
|
||||
- Set up instantiating prefabs on cursor, with collision detection
|
||||
- Primitive Building Menu
|
||||
|
||||
|
||||
ENERGY SYSTEM
|
||||
- Define Energy Generation and Energy Consumption
|
||||
- Energy Transmission
|
||||
|
||||
RESOURCES
|
||||
- Create harvestable_object_base
|
||||
- Perlin noise random distrobution of resource nodes
|
||||
- Discuss resource types
|
||||
|
||||
ENERGY SYSTEM
|
||||
- Define Energy Generation and Energy Consumption
|
||||
- Energy Transmission
|
||||
|
|
Loading…
Reference in New Issue