Skip to content

Commit

Permalink
Merge pull request #23 from CptFubar/master
Browse files Browse the repository at this point in the history
Working implementation of local backend stored data
  • Loading branch information
alfredbaudisch committed Jul 29, 2023
2 parents 888b612 + facf0d5 commit edf73b1
Show file tree
Hide file tree
Showing 37 changed files with 1,188 additions and 563 deletions.
18 changes: 0 additions & 18 deletions .vscode/launch.json

This file was deleted.

1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MIT License

Copyright (c) 2020 Alfred Reinold Baudisch
Copyright (c) 2022 CptFubar

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
143 changes: 0 additions & 143 deletions addons/open-external-editor/open_external_editor.gd

This file was deleted.

6 changes: 0 additions & 6 deletions addons/open-external-editor/plugin.cfg

This file was deleted.

3 changes: 3 additions & 0 deletions assets/backend_buttongroup.tres
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[gd_resource type="ButtonGroup" format=2]

[resource]
3 changes: 2 additions & 1 deletion assets/fonts/font_board_card.tres
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
[ext_resource path="res://assets/fonts/Roboto-Black.ttf" type="DynamicFontData" id=1]

[resource]
size = 18
size = 26
use_filter = true
font_data = ExtResource( 1 )
2 changes: 2 additions & 0 deletions assets/fonts/font_bold.tres
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@

[resource]
size = 14
use_filter = true
extra_spacing_top = 4
font_data = ExtResource( 1 )

0 comments on commit edf73b1

Please sign in to comment.