miksel1 / FNF-ScrewedEngine

A Dave and Bambi Engine
Apache License 2.0
15 stars 9 forks source link

idk how to do this #18

Closed imdumlol closed 1 year ago

imdumlol commented 1 year ago

Describe your problem here.

  1. remove the health text
  2. change the Screwed Engine text on the bottom

Are you modding a build from source or with Lua?

Source

What is your build target?

Windows x86/x32

Did you edit anything in this build? If so, mention or summarize your changes.

nope

Wither362 commented 1 year ago
  1. That’s possible
  2. That’s not possible, unless you credit us in the credits state

if you follow the rules, I’ll give you the code

imdumlol commented 1 year ago

ok not 2 then

Wither362 commented 1 year ago

In the create() (in the principal lines), put this to deactivate the health text:

ClientPrefs.showHealth = false;

And that’s it