Skip to content

Commit 0234fe3

Browse files
committed
v1.9
1 parent cfffa04 commit 0234fe3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 1.9 (Ongoing)
3+
## 1.9
44

55
### Important for Upgrades
66

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Godot Card Game Framework [1.8](CHANGELOG.md)
2+
# Godot Card Game Framework [1.9](CHANGELOG.md)
33

44
![Godot Card Game Framework preview image](preview.png "Godot Card Game Framework preview image")
55

@@ -49,6 +49,7 @@ Pull requests are more than welcome ;)
4949
* Can request simple inputs from the player during execution.
5050
* Tag-marking scripts which can be filtered by scripts triggering off of them.
5151
* Can store results from one script to use in another.
52+
* Can be plugged into by any object, not just cards.
5253

5354
All of the above while being very easily extensible to your own game's special requirements through simple json dictionaries.
5455

0 commit comments

Comments
 (0)