Mark with a Z
- 2 Posts
- 44 Comments
Mark with a Z@suppo.fito Europe@feddit.org•Sizewell C nuclear power plant costs rise to £38bnEnglish1·1 day agodeleted by creator
Mark with a Z@suppo.fito Technology@lemmy.world•Tesla Robotaxi Stops Mid-Intersection After Running a Red Light… The Influencer Onboard Calls It “Impressive”English291·2 days agoI find it impressive that nobody honked.
Mark with a Z@suppo.fito Ask Lemmy@lemmy.world•What kind of communities would you like to see either created or become more active on Lemmy?11·2 days agoWe have enough memes and politics and definitely US politics for three lifetimes.
Here’s a bunch that I enjoyed, or wish for, or just found by browsing the community list:
- !europe@feddit.org and local country subs in English
- !historymemes@lemmy.world
- !sauna@suppo.fi
- !assholedesign@lemmy.world
- !balconygardening@slrpnk.net
- !gameart@sopuli.xyz
- !pkd@lemmy.world - Included mostly because I had a chuckle from the name, but I’d be interested for real too
Mark with a Z@suppo.fito Games@lemmy.world•After 18 years, a surprise Half-Life 2 update makes it once again possible to beat a honking train on Highway 17English12·2 days agoI thought I had done it, but I have only played it since after it was made impossible. I guess I didn’t
Mark with a Z@suppo.fitoMicroblog Memes@lemmy.world•I guess there's a collector out there for just about everything.English8·1 day agoHenry, HenrySomething, and James
Where’s George? Off sucking Jeff again?
Big tech always caters to the lowest common denominator
Mark with a Z@suppo.fito Godot@programming.dev•How can i make two 3D objects look at one another?4·2 days agoon a base object of type ‘null instance’."
Null instance means there’s no instance. If
$Beacon
gives you this, it means that such node doesn’t exist.As a side note, I dislike hardcoding nodes like this. Consider getting the beacon instance beforehand with
var
or such. If the beacon doesn’t exist, you’ll then see the error immediately instead of later when the script tries to use it.makes the character rotate around the world origin.
You’re using
position
, which is the relative position to the parent node. I don’t know how your node structure look like, but chances are that you should be usingglobal_position
(absolute world position) instead.and then adding or subtracting to its X and Y positions with beacon’s movement keys
oh boy. When find yourself building something like your own position tracking code instead of using builtin systems, it’s best to scrap it and rethink what you need.
how to either make TestChar use that that variable from Beacon’s script
Same was as position:
look_at(beacon.look_here_P1)
. Add a class name for the beacon script and type your variable as such (var beacon: Beacon = ...
) to get editor hints.Protip: speaking from experience, you might want to enable this setting:
screenshot
Making Beacon emit a signal every time it moves in a particular direction and then using those signals to update a Vector3 variable in TestChar’s script doesn’t seem to work
Rube Goldberg machine much? It should work though. Your problem is probably still relative vs absolute position.
Hope this helps
Adolf Hitler was a controversial german politician. He is considered in large part responsible for the second world war, and especially the holocaust.
Hitler is generally considered quite a bad person, and it is a common trope to use a time machine to go back in time to kill him before his rise to power.
Grant doesn’t need explanation as everybody knows mythbusters.
Mark with a Z@suppo.fito No Stupid Questions@lemmy.world•You’re Not Stressed. You’re Missing Microbes.14·3 days agoThat’s not a question.
Mark with a Z@suppo.fito Technology@lemmy.zip•UK to ban public sector orgs from paying ransomware gangsEnglish2·3 days agoInsane that it was allowed
Rip. Killed for a “sHaRe BuTtOn”
It’s not asking much, but knowing game companies, it’s still asking too much. But that wouldn’t fix it anyway.
What I got is that they’re trying to move to OEMs, like windows PCs. Either way, switching to a PC platform seems doomed, because who would choose that when Steam exists.
Well actually, so do I. Uh, kill PC gaming, then…?
Well let’s kill nintendo then
If xbox is gone, there’s at least a chance we can finally bury the abxy vs bayx thing.
Mark with a Z@suppo.fito Programming@programming.dev•I want to make games someday but where do i start and what should i learn?9·5 days agoBased on personal experience, I’m a firm believer in that best way to learn and get good at something is to just do it and keep doing it.
So: download godot or such and try to make stuff. You’ll figure it out as you go.
jfc what’s wrong with people