recommended articles don't appear unless the article is published; fixed the tags for all articles

This commit is contained in:
chimchooree
2020-11-28 00:34:44 -06:00
parent 4a663dc10e
commit e993164a9e
17 changed files with 41 additions and 90 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<!--200831,200931-->
<h1>november 2020: dear diary </h1>
november 30, 2020<br>
<br>
#blogging #bottle #skills #webdev<br>
<br>
<h2>on topic </h2>
Between the <b>8th and 15th</b>, I wrote a Python script for generating Godot skill scenes from JSON files. As opposed to the questionnaire script I used before, this one can generate multiple skills at a click of a button. It isn't a perfect solution either, though, since my JSON script and the skills I have in the game aren't synced. It'd be better for the skills to be something like JSON files that are read by the game at run-time, unless that would be too costly. That way, I only edit skills in one location and don't need to worry about different versions. <br>