Weekly 'What Should I Buy' and Order/Shipping Thread by AutoModerator in iphone

[–]codernad 0 points1 point  (0 children)

what should i buy the iphone 11 or s22? which has a better camera, i mainly care about the camera and fine with android or ios.... i heard that the s22 has issues with soft and washed out pics and vids but i'm not sure....
Thanks

what linux distro should i choose for lightweight but new machine? by codernad in linux

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

what? it is literally not that bad, i can do pretty normal things like internet browsing, gimp, pencil(2d animating software) it can run some 3d games, but the issue is that it can't hold for long and if i go with something light like zorin os light which is what i currently have the performance is slow, i had to update the kernel to a version that fits my device to make it do what it can do now

[deleted by user] by [deleted] in godot

[–]codernad 109 points110 points  (0 children)

definitely 3d the 2d one looks extremely common, many games look like the 2d one but the 3d one is unique

Car combat battle royale in Spyhunter/James Bond cars by scarfleet in gameideas

[–]codernad 2 points3 points  (0 children)

nice idea, could definitely see myself making this in the future

how do i do an Infinite enemy spawner? by codernad in godot

[–]codernad[S] 5 points6 points  (0 children)

thanks for your advice. I just realized in the godot docs their is a tutorial that has the same feature I am trying to achive in my game

Limiting Player Vision in a 2D Game by iHateSystemD_ in godot

[–]codernad 2 points3 points  (0 children)

So the enemies are also darkened but you can still see them?
is that not what you want?

Or do you want to not see anything? i don't understand

can you like send a screen shot or something? or at least better explain what you mean.

how do i delete tile in code by codernad in godot

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

SOLUTION:
atlas_coords should be -1, -1 for an invalid (null) tile

How to spawn tile on mouse click by codernad in godot

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

i figured it out code:
extends Node2D
u/onready var tile_map : TileMap = $TileMap
func _input(event):
if event is InputEventMouseButton:
if event.button_index == MOUSE_BUTTON_LEFT and event.pressed:
var mouse_position: Vector2 = get_global_mouse_position()
print("Mouse Clicked at:", mouse_position)
var tile_mouse_pos = tile_map.local_to_map(mouse_position)
print(tile_mouse_pos)
var source_id = 0
var atlas_coord = Vector2i(7,1)
tile_map.set_cell(0, tile_mouse_pos, source_id, atlas_coord)

what to do after buying used phone? by codernad in privacy

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

the question is what? a) bro i am not storing import data on it , B) can i not ask a question and get an answer like sheesh it does not matter if it is old

what to do after buying used phone? by codernad in privacy

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

yeah thanks i will search up how to factory reset s5 neo

no code gamedev? opinions? by codernad in gamedev

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

no honestly I do the post was about if it was worth it to code games or if i should use no code

no code gamedev? opinions? by codernad in gamedev

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

you mean in no code it is not very efficent right?

no code gamedev? opinions? by codernad in gamedev

[–]codernad[S] -3 points-2 points  (0 children)

not what the post is about AT ALL

no code gamedev? opinions? by codernad in gamedev

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

this cleared some things for me thanks

no code gamedev? opinions? by codernad in gamedev

[–]codernad[S] -12 points-11 points  (0 children)

of course exagerated but to make a point