Skip to content

Commit

Permalink
debug event no update color
Browse files Browse the repository at this point in the history
  • Loading branch information
nath54 committed Oct 31, 2022
1 parent 5578629 commit 49a65fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/events/Create_Event.gd
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ func _ready():
day = evnt["date"]["day"];
month = evnt["date"]["month"];
year = evnt["date"]["year"];
color = evnt["color"];
#
var i = 0;
for c in Global.data.calendars:
Expand Down

0 comments on commit 49a65fa

Please sign in to comment.