loteque / wasteland-warrior

3 stars 0 forks source link

Create `PincerPistol` gun scene #143

Open jonathandavidlewis opened 1 year ago

jonathandavidlewis commented 1 year ago

Shoots electrified bullets that electrocute nearby enemies.

Stats

loteque commented 1 year ago

What components make up a gun?

Anticdope commented 1 year ago

@loteque Can you explain what a "Gun Resource" is?

loteque commented 1 year ago

A Resource is an Object type in godot. It is designed to hold game data and we can use it to design access to that data as well as its structure. Its basically what godot does instead of json. But we can include setget methods and signals right next to the data unlike json.