brave-frontier-godot icon indicating copy to clipboard operation
brave-frontier-godot copied to clipboard

A simple implementation of Brave Frontier in the Godot Engine

Results 16 brave-frontier-godot issues
Sort by recently updated
recently updated
newest added

I'm pleased to say that the project is almost ready to start inputting real data! I have a few small things to fix (likely add enums for certain unit properties)...

good first issue

Refers to #16 So to create a Battle system, I was thinking on, at first, have the unit deals damage to others unit (depending which are selected). Only a base...

On some of the sprites I have noticed that they will jump up and down, this is due to there being an uneven amount of space on sides of the...

Now that the database has real units/teams, we need to display them on the unit page. This should be fairly easy to implement. The relevant files are `res://Menu/SubMenu/Unit/Display/view_units.gd` and its...

good first issue

Many words and phrases have a special style applied to them. Some are italics, bold, shaking, etc. Others can delay the dialogue message by a specified amount of time. The...

The DB extension does not want to load on any other platform than windows. We need to figure out why it is happening, and create a fix. The database is...