summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-10-30 15:17:36 +0100
committerkdx <kikoodx@paranoici.org>2023-10-30 15:17:36 +0100
commit2f1ea2ef1d253353971d07eb8375dc832d06fa68 (patch)
treea1a4bdbeea3f6f7f534c2059f1d2636f9a549385
parentb2c2b59d3a9045166f110716840616f7bffc39be (diff)
downloadgenshin2-2f1ea2ef1d253353971d07eb8375dc832d06fa68.tar.gz
yeah damage strategy thing
-rw-r--r--fireball.gd2
-rw-r--r--project_time_traker.json6
2 files changed, 4 insertions, 4 deletions
diff --git a/fireball.gd b/fireball.gd
index 74df7b5..6b11dba 100644
--- a/fireball.gd
+++ b/fireball.gd
@@ -10,7 +10,7 @@ func type() -> String: return "arrow"
func damage(other: Area2D) -> void:
- other.damage(1.5)
+ other.damage(2)
queue_free()
get_node("../FireballHit").play()
diff --git a/project_time_traker.json b/project_time_traker.json
index 6f46efe..eeeb7f6 100644
--- a/project_time_traker.json
+++ b/project_time_traker.json
@@ -1,6 +1,6 @@
{
"2D": 502.171649932862,
- "3D": 32.1319732666015,
- "Editor": 2222.56374096871,
- "Script": 1688.26011776925
+ "3D": 35.9101521968841,
+ "Editor": 2798.63270664215,
+ "Script": 2260.5509045124
} \ No newline at end of file