CSTMGEN Plugin names update

Updated to reflect new name in autogenerated fxmanifest for Christina
This commit is contained in:
Chase Eller 2022-12-18 05:27:49 -05:00
parent 4be60ee03c
commit ac5f36df26
3 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"name": "CSTM-RESOURCE-GENERATOR", "name": "CSTM-RESOURCE-GENERATOR",
"displayName": "CSTM Five Alive Resource Generator", "displayName": "CSTM Five Alive Resource Generator",
"description": "This is an internal tool to help you in creating a new basic lua resource for FiveAlive", "description": "This is an internal tool to help you in creating a new basic lua resource for FiveAlive",
"version": "0.2.0", "version": "0.2.1",
"engines": { "engines": {
"vscode": "^1.59.0" "vscode": "^1.59.0"
}, },

View File

@ -4,7 +4,7 @@ game 'gta5'
resource_code "${resourceCode}"--The Resource Code is used everywhere in our resource_code "${resourceCode}"--The Resource Code is used everywhere in our
name "${resourceName}"--This is the "pretty name" of your script. This will be used for any "name facing" code that is displayed to the user name "${resourceName}"--This is the "pretty name" of your script. This will be used for any "name facing" code that is displayed to the user
description "${description}" --Explains itself. description "${description}" --Explains itself.
author "CSTM Games & KJ4LXC"--Who are you again? author "CSTMChristina & KJ4LXC"--Who are you again?
version "0.0.1" version "0.0.1"