Skip to content

Commit

Permalink
Merge pull request #4015 from KBVE/patch-atomic-updating-the-lasers-0…
Browse files Browse the repository at this point in the history
…2-19-2025-1740010818

[CI] Merge patch-atomic-updating-the-lasers-02-19-2025-1740010818 into dev
  • Loading branch information
h0lybyte authored Feb 20, 2025
2 parents e86dddb + 487b377 commit cd9c8d6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion apps/kbve/kbve.com/src/content/docs/project/brackeys.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -270,4 +270,9 @@ func _on_resource_updated(resource_name, new_value):
func _on_resource_receipt(resource_name, amount, new_value, invoice):
print("Transaction: ", invoice, " Resource: ", resource_name, " Amount: ", amount, " New Balance: ", new_value)
```
```

### Weapons

The first weapon that we will introduce is the laser for the spaceship, later on we will include a couple more guns, maybe a machine gun type weapon.
Majority of the laser's logic will be stored under `/scripts/laser.gd` and we will not implement any sort of pooling for it yet, that might be something that I will look into later on.

0 comments on commit cd9c8d6

Please sign in to comment.