Multiplayer game with bhop (quake movement), several gamemodes, skins for weapons, saving data to the server (mega super ultra extreme alpha)
undefined
verdicted
@verdicted
Posts
-
-
GitHub:
https://github.com/extremesphere/tw
https://github.com/extremesphere/twAsset page:
https://godotengine.org/asset-library/asset/2227
https://godotengine.org/asset-library/asset/2227tw
Easy tween
Default parameters:
tw.tw( node = null, #required time = 0.1, #required property_dict = {}, #required easing_style = 'linear', easing_direction = 'out', delay = null )
Configuration:
tw.set_default_time(1.0) #tw.set_default_easing(style := '', direction := '') tw.set_default_easing('quint') tw.set_default_easing('quint', 'out')
Usage:
tw.set_default_time(1.0) tw.set_default_easing('quint') tw.tw(self, 1.0, {modulate = Color.RED}) tw.tw($Node, 1.0, {modulate = Color.RED, rotation = 360}, 'quint', 'out') tw.tw(self, 1.0, {modulate = Color.RED, "position:x" = 20}, 'QuiNT', 'OuT') tw.tw(self, 1.0, {modulate = Color.RED}, 'quint', 'in') tw.tw(self, 1.0, {modulate = Color.RED}, 'elastic', 'out') tw.tw(self, 1.0, {modulate = Color.RED}, 'elastic') tw.tw(self, 0.0, {modulate = Color.RED}, 'elastic') #equivalent to "self.modulate = Color.RED" tw.tw(self, -2.0, {modulate = Color.RED}, 'elastic') #equivalent to "self.modulate = Color.RED"
-
yes
-
discord: @framewlrk
my thread: https://godot.community/topic/64/verdict-demo-fps-game-godot-4-1
Verdict Demo FPS Game (Godot 4.1)
TW : Easy tween Plugin (4.0 +)
Advanced third person Character Animation Tree
Join the _init() User Group - Exclusive for Our First 100 Members!
Advanced Radial Menu Plugin