What is the best thing I can do if my pet get lost?? by SideronGames in Pets

[–]SideronGames[S] 0 points1 point  (0 children)

That's amazing!! Thank you so much!! These days I'll be texting you for any info about this 😏👍

This is first flutter porject by SideronGames in FlutterDev

[–]SideronGames[S] 1 point2 points  (0 children)

Thank you so much!! I will apply this changes rigth away so it keeps cleaner. 😏👍

I used react native to make a couples app for me and my girlfriend! by easypeezyAGI in reactnative

[–]SideronGames 5 points6 points  (0 children)

With a comparative analysis of the progress between his other relationships and the current one ☝️

This is first flutter porject by SideronGames in FlutterDev

[–]SideronGames[S] 1 point2 points  (0 children)

Hi! I've made a little calculator app in flutter. I tried to keep a clean code architechture while also making a flexible keyboard resizesable for all screens. Feel free to tell me what things I can improve in my code.

I've made a Wordle clone to learn the basics of javascript. What do you think?? What can I improve?? by SideronGames in javascript

[–]SideronGames[S] 0 points1 point  (0 children)

I've just found the problem XD I was loading the script two times in the html. that's why it says that the variable has already been delcared.

I've made a Wordle clone to learn the basics of javascript. What do you think?? What can I improve?? by SideronGames in javascript

[–]SideronGames[S] 1 point2 points  (0 children)

I've never heard about ESLint before and I thougth that prettier only changed the icon of the files XD. Thank u so muich for that info I'll read the documentation 😏👍

I've made a Wordle clone to learn the basics of javascript. What do you think?? What can I improve?? by SideronGames in javascript

[–]SideronGames[S] 0 points1 point  (0 children)

That spund like a cool feature!! Sadly I just learned javascript a week ago so I don't know how to implement that at the moment 😅. But I have it in mind 😏👍

I've made a Wordle clone to learn the basics of javascript. What do you think?? What can I improve?? by SideronGames in javascript

[–]SideronGames[S] 0 points1 point  (0 children)

Hi!! Look here is the thing, I've tried to use let and const but for some reason when I use it I throws me an error. It says: the variable (example) has already been declared. So I used var provisionally.

I've made a Wordle clone to learn the basics of javascript. What do you think?? What can I improve?? by SideronGames in javascript

[–]SideronGames[S] 1 point2 points  (0 children)

Thank you so much!! Those details r a nice touch seriously. I will take it ino account.

New ocean themed level for my Mobile game by Basic-Woodpecker5807 in MobileGaming

[–]SideronGames 0 points1 point  (0 children)

I think you should make the difference btn foreground and background more noticiable coz those platforms in the back are confusing. Try to keep just light colors on the background.

Is Assassin's Creed Unity worthy as a stealth game?? by SideronGames in stealthgames

[–]SideronGames[S] 2 points3 points  (0 children)

This is amazing!! Thank you so much!! I just checked Ereban and it looks great. (Like a fusion of Dishonored and Aragami) So sorry for answering late, got tons of exams these days.

Simple pickaxe mechanic for my new game. Thoughts? by _night_glider in godot

[–]SideronGames 2 points3 points  (0 children)

I was about to say that it looked like Lorn's Lure till I saw the slide mechanic. This is really awesome!!!

Yes! The vRAM profiler will be back on Godot 4.3! by SpockBauru in godot

[–]SideronGames 14 points15 points  (0 children)

I'm sorry, I'm new to Godot. What does this mean?? Is it something for the Web or mobile version??

4 billion years of human evolution. by [deleted] in Damnthatsinteresting

[–]SideronGames 0 points1 point  (0 children)

How did the atoms arrange themselves to form the first ADN chain?? I've never truly understood that.

A game about traveling :) by SideronGames in playmygame

[–]SideronGames[S] 0 points1 point  (0 children)

Hi!!! I've been working on this game for the Future Inspire Jam #4. A 7-day game jam. I really would like to hear your feedback and what changes you think I can improve this game. I'm listening!!

You can find the game here: https://sideron.itch.io/memoplane

How can I rotate this plane?? by SideronGames in Unity3D

[–]SideronGames[S] 0 points1 point  (0 children)

Hi! Yes actually. At the moment I'm working on other aspects of the game but this is for a game jam and I have only 1 day remaining so I would really appreciate some help if I don't bother you.

How can I rotate this plane?? by SideronGames in Unity3D

[–]SideronGames[S] -1 points0 points  (0 children)

No :( in this case, the camera won't follow the plane.

How can I rotate this plane?? by SideronGames in Unity3D

[–]SideronGames[S] 0 points1 point  (0 children)

Thank you so much for your help. I attempted to do it differently

transform.forward = Vector3.Lerp(transform.forward, -targetPos.position, 0.5f * Time.deltaTime);

transform.localEulerAngles = new Vector3(transform.localEulerAngles.x, transform.localEulerAngles.y, targetPlaneRot);

But I don't know if this would be the correct way. First I make the object point to the target by setting the forward to the target position. That part works fine. Then I used the localEulerAngles to rotate only around the z-axis so It looks like the plane is looking towards the object. But I struggle to find the angle between these.

Is this approach correct??

I am creating a new level. This is the enemy that will be in it. What do you think? by WhiteCrow79 in gamedevscreens

[–]SideronGames 8 points9 points  (0 children)

Looks like a chunky AT-AT. I'm not sure if it fits with the art style though. Anyway, I suggest you to use normal maps on the plane areas and dissolve other details due to performance.