You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Accepted [PR from loljoshie](#1). Which changed around the color scheme of the ui, logo to svg, added sounds, and locale support.
* Changed close button to a reset button
* Moved around order of items in the ui to make more sense
* Updated README
Copy file name to clipboardexpand all lines: README.md
+19-4
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,11 @@
1
+
1
2
# QBCore Scenes
2
-
Original ui, util code, and inspiration from [loljoshie's nuidrawtext](https://github.com/loljoshie/nui_drawtext).
3
+
Original ui, util code, and inspiration from [loljoshie's nui_drawtext](https://github.com/loljoshie/nui_drawtext).
3
4
4
5
I really liked LJ's scenes implementation, but I wanted to do a lot of refactor on it, as well as add some custom work from myself, so I did!
5
6
6
-
Scenes lets you place drawtext anywhere in the world, through the NUI menu, and laser pointers.
7
+
Scenes lets you place drawtext anywhere in the world, through the NUI menu, and laser pointers. This drawtext can include emojis, be multiple lines, and supports markdown! If you don't like the way a scene looks before you place it, you can easily edit it!
8
+
7
9
# Setup
8
10
1. Import scenes.sql into your database
9
11
2. Adjust values in the `shared/config.lua` file to your likings.
@@ -18,10 +20,9 @@ Scenes lets you place drawtext anywhere in the world, through the NUI menu, and
@@ -31,5 +32,19 @@ Scenes lets you place drawtext anywhere in the world, through the NUI menu, and
31
32
32
33
33
34
# Change Log
35
+
### 1.07
36
+
* Accepted [PR from loljoshie](https://github.com/ItsANoBrainer/qb-scenes/pull/1). Which changed around the color scheme of the ui, logo to svg, added sounds, and locale support.
37
+
* Changed close button to a reset button
38
+
* Moved around order of items in the ui to make more sense
39
+
* Updated README
40
+
34
41
### 1.0
35
42
* Initial release
43
+
44
+
# Future ToDos
45
+
* Refactor VUE code to allow for resetting values after placement
46
+
* Add config option to only allow posting scenes if you have an item (Poster?)
47
+
* Add more scene settings (maybe an advanced tab?) (text outline)
0 commit comments