Defenders spawn small improvement
This commit is contained in:
parent
e8127ee423
commit
83839459ff
7 changed files with 10 additions and 29 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
# Godot 4+ specific ignores
|
# Godot 4+ specific ignores
|
||||||
.godot/
|
.godot/
|
||||||
/android/
|
/android/
|
||||||
export/
|
exports/
|
||||||
|
|
|
||||||
31
TODO_LIST
31
TODO_LIST
|
|
@ -1,34 +1,19 @@
|
||||||
^ - completed
|
^ - completed
|
||||||
|
|
||||||
Current plans:
|
Current plans:
|
||||||
^ Add world model
|
|
||||||
^ Separate Viewmodel
|
|
||||||
^ Hide view from players and world from player
|
|
||||||
^ Rework player states
|
|
||||||
^ Player teams
|
|
||||||
^ Team spawns
|
|
||||||
Different damage based on body part
|
Different damage based on body part
|
||||||
Bomb:
|
Knife:
|
||||||
^ Animation
|
Behaviour
|
||||||
^ In-game animation
|
Model
|
||||||
^ Droppable
|
Animation
|
||||||
Defuse
|
Audio system:
|
||||||
^ Explosion after time
|
Gameplay HUD:
|
||||||
^ Bomb site
|
Weapon display
|
||||||
^ Weapon system's drop
|
Ability display
|
||||||
Gameplay HUD
|
|
||||||
Molikman's abilities:
|
Molikman's abilities:
|
||||||
Molik
|
Molik
|
||||||
Flashbang
|
Flashbang
|
||||||
Wall smoke
|
Wall smoke
|
||||||
Kamikadze?
|
Kamikadze?
|
||||||
Think of something better
|
Think of something better
|
||||||
Round system:
|
|
||||||
Timer
|
|
||||||
Phases:
|
|
||||||
Pre-round
|
|
||||||
Round
|
|
||||||
Post-round
|
|
||||||
Win conditions
|
|
||||||
Score
|
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
|
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
printf '\033c\033]0;%s\a' Chelimbalo
|
|
||||||
base_path="$(dirname "$(realpath "$0")")"
|
|
||||||
"$base_path/Chelimbalo.x86_64" "$@"
|
|
||||||
Binary file not shown.
|
|
@ -244,7 +244,7 @@ script = ExtResource("11_02ic3")
|
||||||
exlusion_list = [NodePath("DefenceSpawn"), NodePath("AttackSpawn"), NodePath("SpectatorSpawn"), NodePath("MultiplayerSpawner")]
|
exlusion_list = [NodePath("DefenceSpawn"), NodePath("AttackSpawn"), NodePath("SpectatorSpawn"), NodePath("MultiplayerSpawner")]
|
||||||
|
|
||||||
[node name="DefenceSpawn" type="Marker3D" parent="PlayersContainer"]
|
[node name="DefenceSpawn" type="Marker3D" parent="PlayersContainer"]
|
||||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 37.170197, 0.5180037, 9.210396)
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 37.170197, 0.5180037, -11.271502)
|
||||||
script = ExtResource("4_pi0y7")
|
script = ExtResource("4_pi0y7")
|
||||||
spawn_radius = 10.0
|
spawn_radius = 10.0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue