

51·
20 days agoYup. Anticipatory obedience isn’t the way to go!


Yup. Anticipatory obedience isn’t the way to go!


The admins of feddit.org are afraid of german police coming for their servers and therefore ban content that is possibly illegal in germany quite liberally. Since german courts are sometimes weird this includes some Pro-Palestine content that could be interpreted as Anti-Israel (e.g. the chant “From the river to the sea…”). That topic in particular pissed of the dbzero community which then defereated feddit.org for being “Zionists”.


Apparently the jump from MSFT GDK to GDKX is very small


You could have your Drag Box use the Area2D class and listen for it’s events like this: (input_pickable need to be set to true)
class_name DraggableBox
extend Area2D
var mouse_inside: bool = false
func _ready():
mouse_entered.connect(_on_mouse_entered)
mouse_exited.connect(_on_mouse_exited)
func _process(delta: float):
if (not mouse_inside): reuturn
if (Input.is_action_pressed("name_for_action_with_mouse_click"):
#handle your object movement
if (Input.is_action_just_released("name_for_action_with_mouse_click"):
#handle letting go of the object
func _on_mouse_entered():
mouse_inside = true
func _on_mouse_exited():
mouse_inside = false
Ourworldindata is one of the biggest nuclear shills there is. I see a lot people shilling for real renewables in the comments here.